Html Css Color HEX #CF299A Deep Cerise

📋 copy color: '#CF299A'

red 207 ◦ green 41 ◦ blue 154

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

Shades of Deep Cerise #CF299A

Tints of Deep Cerise #CF299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 51.49%
G = 10.2%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF299A (or 0xCF299A) is known color: Deep Cerise. HEX triplet: CF, 29 and 9A. RGB value is (207,41,154). Sum of RGB (Red+Green+Blue) = 207+41+154=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF299A is #30D665. Grayscale: #676767. Windows color (decimal): -3200614 or 10103247. OLE color: 10103247.

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

Color convert

RGB 207 41 154 -
CMYK 0 0.80 0.26 0.19
HSL 319.16º 0.67% 0.49% -
HSV(B) 319.16º 0.8% 0.81% -
XYZ 32.36 17.18 32.18 -
YUV 103.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 207 41 154 0 0.80 0.26 0.19 319.16 0.67 0.49
Hex CF 29 9A 0 50 1A 13 13F 43 31
Octal 317 51 232 0 120 32 23 477 103 61
Binary 11001111 101001 10011010 0 1010000 11010 10011 100111111 1000011 110001

Color Harmonies of #CF299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF299A

Black with #CF299A

Text Example


Text Example

White with #CF299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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