Html Css Color HEX #CF29C6 Deep Magenta

📋 copy color: '#CF29C6'

red 207 ◦ green 41 ◦ blue 198

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

Shades of Deep Magenta #CF29C6

Tints of Deep Magenta #CF29C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 46.41%
G = 9.19%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF29C6 (or 0xCF29C6) is known color: Deep Magenta. HEX triplet: CF, 29 and C6. RGB value is (207,41,198). Sum of RGB (Red+Green+Blue) = 207+41+198=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29C6 is #30D639. Grayscale: #6C6C6C. Windows color (decimal): -3200570 or 12986831. OLE color: 12986831.

HSL color Cylindrical-coordinate representation of color #CF29C6: hue angle of 303.25º 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 #CF29C6 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 198 -
CMYK 0 0.80 0.04 0.19
HSL 303.25º 0.67% 0.49% -
HSV(B) 303.25º 0.8% 0.81% -
XYZ 36.72 18.93 55.14 -
YUV 108.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 207 41 198 0 0.80 0.04 0.19 303.25 0.67 0.49
Hex CF 29 C6 0 50 4 13 12F 43 31
Octal 317 51 306 0 120 4 23 457 103 61
Binary 11001111 101001 11000110 0 1010000 100 10011 100101111 1000011 110001

Color Harmonies of #CF29C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29C6

Black with #CF29C6

Text Example


Text Example

White with #CF29C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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