Html Css Color HEX #CF299C Deep Cerise

📋 copy color: '#CF299C'

red 207 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #CF299C

Tints of Deep Cerise #CF299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 51.24%
G = 10.15%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF299C (or 0xCF299C) is known color: Deep Cerise. HEX triplet: CF, 29 and 9C. RGB value is (207,41,156). Sum of RGB (Red+Green+Blue) = 207+41+156=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF299C is #30D663. Grayscale: #676767. Windows color (decimal): -3200612 or 10234319. OLE color: 10234319.

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

Color convert

RGB 207 41 156 -
CMYK 0 0.80 0.25 0.19
HSL 318.43º 0.67% 0.49% -
HSV(B) 318.43º 0.8% 0.81% -
XYZ 32.53 17.25 33.07 -
YUV 103.74 157.5 201.65 -
System Red Green Blue C M Y K H S L
Decimal 207 41 156 0 0.80 0.25 0.19 318.43 0.67 0.49
Hex CF 29 9C 0 50 19 13 13E 43 31
Octal 317 51 234 0 120 31 23 476 103 61
Binary 11001111 101001 10011100 0 1010000 11001 10011 100111110 1000011 110001

Color Harmonies of #CF299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF299C

Black with #CF299C

Text Example


Text Example

White with #CF299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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