Html Css Color HEX #CF0CCF Deep Magenta

📋 copy color: '#CF0CCF'

red 207 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #CF0CCF

Tints of Deep Magenta #CF0CCF

RGB

 RED value IS 207 (81.25% from 255) = 48.59%

 GREEN value IS 12 (5.08% from 255) = 2.82%

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

R = 48.59%
G = 2.82%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF0CCF (or 0xCF0CCF) is known color: Deep Magenta. HEX triplet: CF, 0C and CF. RGB value is (207,12,207). Sum of RGB (Red+Green+Blue) = 207+12+207=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CCF is #30F330. Grayscale: #5B5B5B. Windows color (decimal): -3207985 or 13569231. OLE color: 13569231.

HSL color Cylindrical-coordinate representation of color #CF0CCF: hue angle of 300º degrees, saturation: 0.89, 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 #CF0CCF is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 12 207 -
CMYK 0 0.94 0 0.19
HSL 300º 0.89% 0.43% -
HSV(B) 300º 0.94% 0.81% -
XYZ 37.13 18.03 60.56 -
YUV 92.54 192.6 209.64 -
System Red Green Blue C M Y K H S L
Decimal 207 12 207 0 0.94 0 0.19 300 0.89 0.43
Hex CF C CF 0 5E 0 13 12C 59 2B
Octal 317 14 317 0 136 0 23 454 131 53
Binary 11001111 1100 11001111 0 1011110 0 10011 100101100 1011001 101011

Color Harmonies of #CF0CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0CCF

Black with #CF0CCF

Text Example


Text Example

White with #CF0CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0CCF; }

 p { color: rgb(207,12,207); }

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

background-color css

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

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

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

border-color css

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

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

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