Html Css Color HEX #CF298C Deep Cerise

📋 copy color: '#CF298C'

red 207 ◦ green 41 ◦ blue 140

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

Shades of Deep Cerise #CF298C

Tints of Deep Cerise #CF298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 53.35%
G = 10.57%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF298C (or 0xCF298C) is known color: Deep Cerise. HEX triplet: CF, 29 and 8C. RGB value is (207,41,140). Sum of RGB (Red+Green+Blue) = 207+41+140=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF298C is #30D673. Grayscale: #656565. Windows color (decimal): -3200628 or 9185743. OLE color: 9185743.

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

Color convert

RGB 207 41 140 -
CMYK 0 0.80 0.32 0.19
HSL 324.22º 0.67% 0.49% -
HSV(B) 324.22º 0.8% 0.81% -
XYZ 31.26 16.74 26.4 -
YUV 101.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 207 41 140 0 0.80 0.32 0.19 324.22 0.67 0.49
Hex CF 29 8C 0 50 20 13 144 43 31
Octal 317 51 214 0 120 40 23 504 103 61
Binary 11001111 101001 10001100 0 1010000 100000 10011 101000100 1000011 110001

Color Harmonies of #CF298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF298C

Black with #CF298C

Text Example


Text Example

White with #CF298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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