Html Css Color HEX #C02B88 Medium Red Violet

📋 copy color: '#C02B88'

red 192 ◦ green 43 ◦ blue 136

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

Shades of Medium Red Violet #C02B88

Tints of Medium Red Violet #C02B88

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.59%

 BLUE value IS 136 (53.52% from 255) = 36.66%

R = 51.75%
G = 11.59%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C02B88 (or 0xC02B88) is known color: Medium Red Violet. HEX triplet: C0, 2B and 88. RGB value is (192,43,136). Sum of RGB (Red+Green+Blue) = 192+43+136=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B88 is #3FD477. Grayscale: #616161. Windows color (decimal): -4183160 or 8924096. OLE color: 8924096.

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

Color convert

RGB 192 43 136 -
CMYK 0 0.78 0.29 0.25
HSL 322.55º 0.63% 0.46% -
HSV(B) 322.55º 0.78% 0.75% -
XYZ 27.05 14.71 24.71 -
YUV 98.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 192 43 136 0 0.78 0.29 0.25 322.55 0.63 0.46
Hex C0 2B 88 0 4E 1D 19 143 3F 2E
Octal 300 53 210 0 116 35 31 503 77 56
Binary 11000000 101011 10001000 0 1001110 11101 11001 101000011 111111 101110

Color Harmonies of #C02B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B88

Black with #C02B88

Text Example


Text Example

White with #C02B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B88; }

 p { color: rgb(192,43,136); }

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

background-color css

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

 a { background-color: rgb(192,43,136); }

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

border-color css

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

 span { border-color: rgb(192,43,136); }

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