Html Css Color HEX #CC05CF Deep Magenta

📋 copy color: '#CC05CF'

red 204 ◦ green 5 ◦ blue 207

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

Shades of Deep Magenta #CC05CF

Tints of Deep Magenta #CC05CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 49.04%
G = 1.2%
B = 49.76%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC05CF (or 0xCC05CF) is known color: Deep Magenta. HEX triplet: CC, 05 and CF. RGB value is (204,5,207). Sum of RGB (Red+Green+Blue) = 204+5+207=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC05CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05CF is #33FA30. Grayscale: #565656. Windows color (decimal): -3406385 or 13567436. OLE color: 13567436.

HSL color Cylindrical-coordinate representation of color #CC05CF: hue angle of 299.11º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05CF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 5 207 -
CMYK 0.01 0.98 0 0.19
HSL 299.11º 0.95% 0.42% -
HSV(B) 299.11º 0.98% 0.81% -
XYZ 36.22 17.45 60.49 -
YUV 87.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 204 5 207 0.01 0.98 0 0.19 299.11 0.95 0.42
Hex CC 5 CF 1 62 0 13 12B 5F 2A
Octal 314 5 317 1 142 0 23 453 137 52
Binary 11001100 101 11001111 1 1100010 0 10011 100101011 1011111 101010

Color Harmonies of #CC05CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05CF

Black with #CC05CF

Text Example


Text Example

White with #CC05CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05CF; }

 p { color: rgb(204,5,207); }

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

background-color css

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

 a { background-color: rgb(204,5,207); }

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

border-color css

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

 span { border-color: rgb(204,5,207); }

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