Html Css Color HEX #CC0D8F Medium Violet Red

📋 copy color: '#CC0D8F'

red 204 ◦ green 13 ◦ blue 143

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

Shades of Medium Violet Red #CC0D8F

Tints of Medium Violet Red #CC0D8F

RGB

 RED value IS 204 (80.08% from 255) = 56.67%

 GREEN value IS 13 (5.47% from 255) = 3.61%

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 56.67%
G = 3.61%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC0D8F (or 0xCC0D8F) is known color: Medium Violet Red. HEX triplet: CC, 0D and 8F. RGB value is (204,13,143). Sum of RGB (Red+Green+Blue) = 204+13+143=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D8F is #33F270. Grayscale: #545454. Windows color (decimal): -3404401 or 9375180. OLE color: 9375180.

HSL color Cylindrical-coordinate representation of color #CC0D8F: hue angle of 319.16º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D8F is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 13 143 -
CMYK 0 0.94 0.30 0.2
HSL 319.16º 0.88% 0.43% -
HSV(B) 319.16º 0.94% 0.8% -
XYZ 30 15.11 27.32 -
YUV 84.93 160.78 212.93 -
System Red Green Blue C M Y K H S L
Decimal 204 13 143 0 0.94 0.30 0.2 319.16 0.88 0.43
Hex CC D 8F 0 5E 1E 14 13F 58 2B
Octal 314 15 217 0 136 36 24 477 130 53
Binary 11001100 1101 10001111 0 1011110 11110 10100 100111111 1011000 101011

Color Harmonies of #CC0D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0D8F

Black with #CC0D8F

Text Example


Text Example

White with #CC0D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0D8F; }

 p { color: rgb(204,13,143); }

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

background-color css

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

 a { background-color: rgb(204,13,143); }

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

border-color css

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

 span { border-color: rgb(204,13,143); }

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