Html Css Color HEX #CF299F Deep Cerise

📋 copy color: '#CF299F'

red 207 ◦ green 41 ◦ blue 159

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

Shades of Deep Cerise #CF299F

Tints of Deep Cerise #CF299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 50.86%
G = 10.07%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF299F (or 0xCF299F) is known color: Deep Cerise. HEX triplet: CF, 29 and 9F. RGB value is (207,41,159). Sum of RGB (Red+Green+Blue) = 207+41+159=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF299F is #30D660. Grayscale: #676767. Windows color (decimal): -3200609 or 10430927. OLE color: 10430927.

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

Color convert

RGB 207 41 159 -
CMYK 0 0.80 0.23 0.19
HSL 317.35º 0.67% 0.49% -
HSV(B) 317.35º 0.8% 0.81% -
XYZ 32.78 17.35 34.42 -
YUV 104.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 207 41 159 0 0.80 0.23 0.19 317.35 0.67 0.49
Hex CF 29 9F 0 50 17 13 13D 43 31
Octal 317 51 237 0 120 27 23 475 103 61
Binary 11001111 101001 10011111 0 1010000 10111 10011 100111101 1000011 110001

Color Harmonies of #CF299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF299F

Black with #CF299F

Text Example


Text Example

White with #CF299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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