Html Css Color HEX #CF29C4 Deep Magenta

📋 copy color: '#CF29C4'

red 207 ◦ green 41 ◦ blue 196

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

Shades of Deep Magenta #CF29C4

Tints of Deep Magenta #CF29C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.14%

R = 46.62%
G = 9.23%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF29C4 (or 0xCF29C4) is known color: Deep Magenta. HEX triplet: CF, 29 and C4. RGB value is (207,41,196). Sum of RGB (Red+Green+Blue) = 207+41+196=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29C4 is #30D63B. Grayscale: #6B6B6B. Windows color (decimal): -3200572 or 12855759. OLE color: 12855759.

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

Color convert

RGB 207 41 196 -
CMYK 0 0.80 0.05 0.19
HSL 303.98º 0.67% 0.49% -
HSV(B) 303.98º 0.8% 0.81% -
XYZ 36.49 18.84 53.94 -
YUV 108.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 207 41 196 0 0.80 0.05 0.19 303.98 0.67 0.49
Hex CF 29 C4 0 50 5 13 130 43 31
Octal 317 51 304 0 120 5 23 460 103 61
Binary 11001111 101001 11000100 0 1010000 101 10011 100110000 1000011 110001

Color Harmonies of #CF29C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29C4

Black with #CF29C4

Text Example


Text Example

White with #CF29C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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