Html Css Color HEX #CC008C Medium Violet Red

📋 copy color: '#CC008C'

red 204 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #CC008C

Tints of Medium Violet Red #CC008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 59.3%
G = 0%
B = 40.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC008C (or 0xCC008C) is known color: Medium Violet Red. HEX triplet: CC, 00 and 8C. RGB value is (204,0,140). Sum of RGB (Red+Green+Blue) = 204+0+140=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC008C is #33FF73. Grayscale: #4C4C4C. Windows color (decimal): -3407732 or 9175244. OLE color: 9175244.

HSL color Cylindrical-coordinate representation of color #CC008C: hue angle of 318.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC008C is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 140 -
CMYK 0 1 0.31 0.2
HSL 318.82º 1% 0.4% -
HSV(B) 318.82º 1% 0.8% -
XYZ 29.64 14.73 26.09 -
YUV 76.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 204 0 140 0 1 0.31 0.2 318.82 1 0.4
Hex CC 0 8C 0 64 1F 14 13F 64 28
Octal 314 0 214 0 144 37 24 477 144 50
Binary 11001100 0 10001100 0 1100100 11111 10100 100111111 1100100 101000

Color Harmonies of #CC008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC008C

Black with #CC008C

Text Example


Text Example

White with #CC008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC008C; }

 p { color: rgb(204,0,140); }

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

background-color css

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

 a { background-color: rgb(204,0,140); }

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

border-color css

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

 span { border-color: rgb(204,0,140); }

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