Html Css Color HEX #CC0DCF Deep Magenta

📋 copy color: '#CC0DCF'

red 204 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #CC0DCF

Tints of Deep Magenta #CC0DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

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

R = 48.11%
G = 3.07%
B = 48.82%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC0DCF (or 0xCC0DCF) is known color: Deep Magenta. HEX triplet: CC, 0D and CF. RGB value is (204,13,207). Sum of RGB (Red+Green+Blue) = 204+13+207=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DCF is #33F230. Grayscale: #5B5B5B. Windows color (decimal): -3404337 or 13569484. OLE color: 13569484.

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

Color convert

RGB 204 13 207 -
CMYK 0.01 0.94 0 0.19
HSL 299.07º 0.88% 0.43% -
HSV(B) 299.07º 0.94% 0.81% -
XYZ 36.31 17.63 60.52 -
YUV 92.23 192.78 207.73 -
System Red Green Blue C M Y K H S L
Decimal 204 13 207 0.01 0.94 0 0.19 299.07 0.88 0.43
Hex CC D CF 1 5E 0 13 12B 58 2B
Octal 314 15 317 1 136 0 23 453 130 53
Binary 11001100 1101 11001111 1 1011110 0 10011 100101011 1011000 101011

Color Harmonies of #CC0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DCF

Black with #CC0DCF

Text Example


Text Example

White with #CC0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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