Html Css Color HEX #CF20CF Deep Magenta

📋 copy color: '#CF20CF'

red 207 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #CF20CF

Tints of Deep Magenta #CF20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.17%

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

R = 46.41%
G = 7.17%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF20CF (or 0xCF20CF) is known color: Deep Magenta. HEX triplet: CF, 20 and CF. RGB value is (207,32,207). Sum of RGB (Red+Green+Blue) = 207+32+207=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20CF is #30DF30. Grayscale: #676767. Windows color (decimal): -3202865 or 13574351. OLE color: 13574351.

HSL color Cylindrical-coordinate representation of color #CF20CF: hue angle of 300º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF20CF is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 207 -
CMYK 0 0.85 0 0.19
HSL 300º 0.73% 0.47% -
HSV(B) 300º 0.85% 0.81% -
XYZ 37.51 18.8 60.68 -
YUV 104.28 185.98 201.27 -
System Red Green Blue C M Y K H S L
Decimal 207 32 207 0 0.85 0 0.19 300 0.73 0.47
Hex CF 20 CF 0 55 0 13 12C 49 2F
Octal 317 40 317 0 125 0 23 454 111 57
Binary 11001111 100000 11001111 0 1010101 0 10011 100101100 1001001 101111

Color Harmonies of #CF20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF20CF

Black with #CF20CF

Text Example


Text Example

White with #CF20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF20CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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