Html Css Color HEX #CC0ACF Deep Magenta

📋 copy color: '#CC0ACF'

red 204 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #CC0ACF

Tints of Deep Magenta #CC0ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

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

R = 48.46%
G = 2.38%
B = 49.17%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC0ACF (or 0xCC0ACF) is known color: Deep Magenta. HEX triplet: CC, 0A and CF. RGB value is (204,10,207). Sum of RGB (Red+Green+Blue) = 204+10+207=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ACF is #33F530. Grayscale: #595959. Windows color (decimal): -3405105 or 13568716. OLE color: 13568716.

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

Color convert

RGB 204 10 207 -
CMYK 0.01 0.95 0 0.19
HSL 299.09º 0.91% 0.43% -
HSV(B) 299.09º 0.95% 0.81% -
XYZ 36.27 17.56 60.51 -
YUV 90.46 193.77 208.98 -
System Red Green Blue C M Y K H S L
Decimal 204 10 207 0.01 0.95 0 0.19 299.09 0.91 0.43
Hex CC A CF 1 5F 0 13 12B 5B 2B
Octal 314 12 317 1 137 0 23 453 133 53
Binary 11001100 1010 11001111 1 1011111 0 10011 100101011 1011011 101011

Color Harmonies of #CC0ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0ACF

Black with #CC0ACF

Text Example


Text Example

White with #CC0ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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