Html Css Color HEX #CC0FCB Deep Magenta

📋 copy color: '#CC0FCB'

red 204 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #CC0FCB

Tints of Deep Magenta #CC0FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 48.34%
G = 3.55%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC0FCB (or 0xCC0FCB) is known color: Deep Magenta. HEX triplet: CC, 0F and CB. RGB value is (204,15,203). Sum of RGB (Red+Green+Blue) = 204+15+203=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0FCB is #33F034. Grayscale: #5C5C5C. Windows color (decimal): -3403829 or 13307852. OLE color: 13307852.

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

Color convert

RGB 204 15 203 -
CMYK 0 0.93 0.00 0.2
HSL 300.32º 0.86% 0.43% -
HSV(B) 300.32º 0.93% 0.8% -
XYZ 35.85 17.49 57.99 -
YUV 92.94 190.12 207.21 -
System Red Green Blue C M Y K H S L
Decimal 204 15 203 0 0.93 0.00 0.2 300.32 0.86 0.43
Hex CC F CB 0 5D 0 14 12C 56 2B
Octal 314 17 313 0 135 0 24 454 126 53
Binary 11001100 1111 11001011 0 1011101 0 10100 100101100 1010110 101011

Color Harmonies of #CC0FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0FCB

Black with #CC0FCB

Text Example


Text Example

White with #CC0FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0FCB; }

 p { color: rgb(204,15,203); }

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

background-color css

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

 a { background-color: rgb(204,15,203); }

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

border-color css

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

 span { border-color: rgb(204,15,203); }

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