Html Css Color HEX #C02D96 Medium Red Violet

📋 copy color: '#C02D96'

red 192 ◦ green 45 ◦ blue 150

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

Shades of Medium Red Violet #C02D96

Tints of Medium Red Violet #C02D96

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 49.61%
G = 11.63%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C02D96 (or 0xC02D96) is known color: Medium Red Violet. HEX triplet: C0, 2D and 96. RGB value is (192,45,150). Sum of RGB (Red+Green+Blue) = 192+45+150=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02D96 is #3FD269. Grayscale: #646464. Windows color (decimal): -4182634 or 9842112. OLE color: 9842112.

HSL color Cylindrical-coordinate representation of color #C02D96: hue angle of 317.14º degrees, saturation: 0.62, 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 #C02D96 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 45 150 -
CMYK 0 0.77 0.22 0.25
HSL 317.14º 0.62% 0.46% -
HSV(B) 317.14º 0.77% 0.75% -
XYZ 28.18 15.29 30.32 -
YUV 100.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 192 45 150 0 0.77 0.22 0.25 317.14 0.62 0.46
Hex C0 2D 96 0 4D 16 19 13D 3E 2E
Octal 300 55 226 0 115 26 31 475 76 56
Binary 11000000 101101 10010110 0 1001101 10110 11001 100111101 111110 101110

Color Harmonies of #C02D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D96

Black with #C02D96

Text Example


Text Example

White with #C02D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D96; }

 p { color: rgb(192,45,150); }

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

background-color css

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

 a { background-color: rgb(192,45,150); }

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

border-color css

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

 span { border-color: rgb(192,45,150); }

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