Html Css Color HEX #CF29AF Deep Cerise

📋 copy color: '#CF29AF'

red 207 ◦ green 41 ◦ blue 175

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

Shades of Deep Cerise #CF29AF

Tints of Deep Cerise #CF29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 48.94%
G = 9.69%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF29AF (or 0xCF29AF) is known color: Deep Cerise. HEX triplet: CF, 29 and AF. RGB value is (207,41,175). Sum of RGB (Red+Green+Blue) = 207+41+175=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF29AF is #30D650. Grayscale: #696969. Windows color (decimal): -3200593 or 11479503. OLE color: 11479503.

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

Color convert

RGB 207 41 175 -
CMYK 0 0.80 0.15 0.19
HSL 311.57º 0.67% 0.49% -
HSV(B) 311.57º 0.8% 0.81% -
XYZ 34.26 17.95 42.22 -
YUV 105.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 207 41 175 0 0.80 0.15 0.19 311.57 0.67 0.49
Hex CF 29 AF 0 50 F 13 138 43 31
Octal 317 51 257 0 120 17 23 470 103 61
Binary 11001111 101001 10101111 0 1010000 1111 10011 100111000 1000011 110001

Color Harmonies of #CF29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29AF

Black with #CF29AF

Text Example


Text Example

White with #CF29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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