Html Css Color HEX #C02CAB Medium Red Violet

📋 copy color: '#C02CAB'

red 192 ◦ green 44 ◦ blue 171

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

Shades of Medium Red Violet #C02CAB

Tints of Medium Red Violet #C02CAB

RGB

 RED value IS 192 (75.39% from 255) = 47.17%

 GREEN value IS 44 (17.58% from 255) = 10.81%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 47.17%
G = 10.81%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C02CAB (or 0xC02CAB) is known color: Medium Red Violet. HEX triplet: C0, 2C and AB. RGB value is (192,44,171). Sum of RGB (Red+Green+Blue) = 192+44+171=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02CAB is #3FD354. Grayscale: #666666. Windows color (decimal): -4182869 or 11218112. OLE color: 11218112.

HSL color Cylindrical-coordinate representation of color #C02CAB: hue angle of 308.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02CAB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 44 171 -
CMYK 0 0.77 0.11 0.25
HSL 308.51º 0.63% 0.46% -
HSV(B) 308.51º 0.77% 0.75% -
XYZ 29.99 15.95 40.03 -
YUV 102.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 192 44 171 0 0.77 0.11 0.25 308.51 0.63 0.46
Hex C0 2C AB 0 4D B 19 135 3F 2E
Octal 300 54 253 0 115 13 31 465 77 56
Binary 11000000 101100 10101011 0 1001101 1011 11001 100110101 111111 101110

Color Harmonies of #C02CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CAB

Black with #C02CAB

Text Example


Text Example

White with #C02CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CAB; }

 p { color: rgb(192,44,171); }

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

background-color css

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

 a { background-color: rgb(192,44,171); }

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

border-color css

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

 span { border-color: rgb(192,44,171); }

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