Html Css Color HEX #C2268B Medium Red Violet

📋 copy color: '#C2268B'

red 194 ◦ green 38 ◦ blue 139

#C2268B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C2268B

Tints of Medium Red Violet #C2268B

RGB

 RED value IS 194 (76.17% from 255) = 52.29%

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 52.29%
G = 10.24%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2268B (or 0xC2268B) is known color: Medium Red Violet. HEX triplet: C2, 26 and 8B. RGB value is (194,38,139). Sum of RGB (Red+Green+Blue) = 194+38+139=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2268B is #3DD974. Grayscale: #5F5F5F. Windows color (decimal): -4053365 or 9119426. OLE color: 9119426.

HSL color Cylindrical-coordinate representation of color #C2268B: hue angle of 321.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2268B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 139 -
CMYK 0 0.80 0.28 0.24
HSL 321.15º 0.67% 0.45% -
HSV(B) 321.15º 0.8% 0.76% -
XYZ 27.6 14.72 25.81 -
YUV 96.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 194 38 139 0 0.80 0.28 0.24 321.15 0.67 0.45
Hex C2 26 8B 0 50 1C 18 141 43 2D
Octal 302 46 213 0 120 34 30 501 103 55
Binary 11000010 100110 10001011 0 1010000 11100 11000 101000001 1000011 101101

Color Harmonies of #C2268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2268B

Black with #C2268B

Text Example


Text Example

White with #C2268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2268B; }

 p { color: rgb(194,38,139); }

 H1.HeaderClassName
 {
   color: #C2268B;
 }
 .AnyTagClassName
 {
   color: #C2268B;
 }
</style>

background-color css

<style>
 a { background-color: #C2268B; }

 a { background-color: rgb(194,38,139); }

 div.DivClassName
 {
   background-color: #C2268B;
 }
 .BgClassName
 {
   background-color: #C2268B;
 }
</style>

border-color css

<style>
 span { border-color: #C2268B; }

 span { border-color: rgb(194,38,139); }

 td.TdClassName
 {
   border-color: #C2268B;
 }
 .TagClassName
 {
   border-color: #C2268B;
 }
</style>