Html Css Color HEX #CF29CF Deep Magenta

📋 copy color: '#CF29CF'

red 207 ◦ green 41 ◦ blue 207

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

Shades of Deep Magenta #CF29CF

Tints of Deep Magenta #CF29CF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.01%

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

R = 45.49%
G = 9.01%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF29CF (or 0xCF29CF) is known color: Deep Magenta. HEX triplet: CF, 29 and CF. RGB value is (207,41,207). Sum of RGB (Red+Green+Blue) = 207+41+207=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29CF is #30D630. Grayscale: #6D6D6D. Windows color (decimal): -3200561 or 13576655. OLE color: 13576655.

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

Color convert

RGB 207 41 207 -
CMYK 0 0.80 0 0.19
HSL 300º 0.67% 0.49% -
HSV(B) 300º 0.8% 0.81% -
XYZ 37.79 19.36 60.78 -
YUV 109.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 207 41 207 0 0.80 0 0.19 300 0.67 0.49
Hex CF 29 CF 0 50 0 13 12C 43 31
Octal 317 51 317 0 120 0 23 454 103 61
Binary 11001111 101001 11001111 0 1010000 0 10011 100101100 1000011 110001

Color Harmonies of #CF29CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29CF

Black with #CF29CF

Text Example


Text Example

White with #CF29CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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