Html Css Color HEX #C02D6C Medium Red Violet

📋 copy color: '#C02D6C'

red 192 ◦ green 45 ◦ blue 108

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

Shades of Medium Red Violet #C02D6C

Tints of Medium Red Violet #C02D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 55.65%
G = 13.04%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C02D6C (or 0xC02D6C) is known color: Medium Red Violet. HEX triplet: C0, 2D and 6C. RGB value is (192,45,108). Sum of RGB (Red+Green+Blue) = 192+45+108=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D6C is #3FD293. Grayscale: #606060. Windows color (decimal): -4182676 or 7089600. OLE color: 7089600.

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

Color convert

RGB 192 45 108 -
CMYK 0 0.77 0.44 0.25
HSL 334.29º 0.62% 0.46% -
HSV(B) 334.29º 0.77% 0.75% -
XYZ 25.38 14.17 15.58 -
YUV 96.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 192 45 108 0 0.77 0.44 0.25 334.29 0.62 0.46
Hex C0 2D 6C 0 4D 2C 19 14E 3E 2E
Octal 300 55 154 0 115 54 31 516 76 56
Binary 11000000 101101 1101100 0 1001101 101100 11001 101001110 111110 101110

Color Harmonies of #C02D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D6C

Black with #C02D6C

Text Example


Text Example

White with #C02D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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