Html Css Color HEX #C02D6D Medium Red Violet

📋 copy color: '#C02D6D'

red 192 ◦ green 45 ◦ blue 109

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

Shades of Medium Red Violet #C02D6D

Tints of Medium Red Violet #C02D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 55.49%
G = 13.01%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C02D6D (or 0xC02D6D) is known color: Medium Red Violet. HEX triplet: C0, 2D and 6D. RGB value is (192,45,109). Sum of RGB (Red+Green+Blue) = 192+45+109=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D6D is #3FD292. Grayscale: #606060. Windows color (decimal): -4182675 or 7155136. OLE color: 7155136.

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

Color convert

RGB 192 45 109 -
CMYK 0 0.77 0.43 0.25
HSL 333.88º 0.62% 0.46% -
HSV(B) 333.88º 0.77% 0.75% -
XYZ 25.44 14.19 15.87 -
YUV 96.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 192 45 109 0 0.77 0.43 0.25 333.88 0.62 0.46
Hex C0 2D 6D 0 4D 2B 19 14E 3E 2E
Octal 300 55 155 0 115 53 31 516 76 56
Binary 11000000 101101 1101101 0 1001101 101011 11001 101001110 111110 101110

Color Harmonies of #C02D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D6D

Black with #C02D6D

Text Example


Text Example

White with #C02D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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