Html Css Color HEX #CC0B8C Medium Violet Red

📋 copy color: '#CC0B8C'

red 204 ◦ green 11 ◦ blue 140

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

Shades of Medium Violet Red #CC0B8C

Tints of Medium Violet Red #CC0B8C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.1%

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

R = 57.46%
G = 3.1%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC0B8C (or 0xCC0B8C) is known color: Medium Violet Red. HEX triplet: CC, 0B and 8C. RGB value is (204,11,140). Sum of RGB (Red+Green+Blue) = 204+11+140=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0B8C is #33F473. Grayscale: #535353. Windows color (decimal): -3404916 or 9178060. OLE color: 9178060.

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

Color convert

RGB 204 11 140 -
CMYK 0 0.95 0.31 0.2
HSL 319.9º 0.9% 0.42% -
HSV(B) 319.9º 0.95% 0.8% -
XYZ 29.76 14.97 26.13 -
YUV 83.41 159.94 214.01 -
System Red Green Blue C M Y K H S L
Decimal 204 11 140 0 0.95 0.31 0.2 319.9 0.9 0.42
Hex CC B 8C 0 5F 1F 14 140 5A 2A
Octal 314 13 214 0 137 37 24 500 132 52
Binary 11001100 1011 10001100 0 1011111 11111 10100 101000000 1011010 101010

Color Harmonies of #CC0B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B8C

Black with #CC0B8C

Text Example


Text Example

White with #CC0B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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