Html Css Color HEX #CC0B9D Medium Violet Red

📋 copy color: '#CC0B9D'

red 204 ◦ green 11 ◦ blue 157

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

Shades of Medium Violet Red #CC0B9D

Tints of Medium Violet Red #CC0B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 54.84%
G = 2.96%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC0B9D (or 0xCC0B9D) is known color: Medium Violet Red. HEX triplet: CC, 0B and 9D. RGB value is (204,11,157). Sum of RGB (Red+Green+Blue) = 204+11+157=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0B9D is #33F462. Grayscale: #545454. Windows color (decimal): -3404899 or 10292172. OLE color: 10292172.

HSL color Cylindrical-coordinate representation of color #CC0B9D: hue angle of 314.61º 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 #CC0B9D is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 11 157 -
CMYK 0 0.95 0.23 0.2
HSL 314.61º 0.9% 0.42% -
HSV(B) 314.61º 0.95% 0.8% -
XYZ 31.11 15.51 33.25 -
YUV 85.35 168.44 212.63 -
System Red Green Blue C M Y K H S L
Decimal 204 11 157 0 0.95 0.23 0.2 314.61 0.9 0.42
Hex CC B 9D 0 5F 17 14 13B 5A 2A
Octal 314 13 235 0 137 27 24 473 132 52
Binary 11001100 1011 10011101 0 1011111 10111 10100 100111011 1011010 101010

Color Harmonies of #CC0B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B9D

Black with #CC0B9D

Text Example


Text Example

White with #CC0B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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