Html Css Color HEX #CF29B9 Deep Magenta

📋 copy color: '#CF29B9'

red 207 ◦ green 41 ◦ blue 185

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

Shades of Deep Magenta #CF29B9

Tints of Deep Magenta #CF29B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 47.81%
G = 9.47%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF29B9 (or 0xCF29B9) is known color: Deep Magenta. HEX triplet: CF, 29 and B9. RGB value is (207,41,185). Sum of RGB (Red+Green+Blue) = 207+41+185=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29B9 is #30D646. Grayscale: #6A6A6A. Windows color (decimal): -3200583 or 12134863. OLE color: 12134863.

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

Color convert

RGB 207 41 185 -
CMYK 0 0.80 0.11 0.19
HSL 307.95º 0.67% 0.49% -
HSV(B) 307.95º 0.8% 0.81% -
XYZ 35.28 18.35 47.58 -
YUV 107.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 207 41 185 0 0.80 0.11 0.19 307.95 0.67 0.49
Hex CF 29 B9 0 50 B 13 134 43 31
Octal 317 51 271 0 120 13 23 464 103 61
Binary 11001111 101001 10111001 0 1010000 1011 10011 100110100 1000011 110001

Color Harmonies of #CF29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29B9

Black with #CF29B9

Text Example


Text Example

White with #CF29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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