Html Css Color HEX #CF2993 Deep Cerise

📋 copy color: '#CF2993'

red 207 ◦ green 41 ◦ blue 147

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

Shades of Deep Cerise #CF2993

Tints of Deep Cerise #CF2993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.22%

R = 52.41%
G = 10.38%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF2993 (or 0xCF2993) is known color: Deep Cerise. HEX triplet: CF, 29 and 93. RGB value is (207,41,147). Sum of RGB (Red+Green+Blue) = 207+41+147=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2993 is #30D66C. Grayscale: #666666. Windows color (decimal): -3200621 or 9644495. OLE color: 9644495.

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

Color convert

RGB 207 41 147 -
CMYK 0 0.80 0.29 0.19
HSL 321.69º 0.67% 0.49% -
HSV(B) 321.69º 0.8% 0.81% -
XYZ 31.79 16.96 29.2 -
YUV 102.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 207 41 147 0 0.80 0.29 0.19 321.69 0.67 0.49
Hex CF 29 93 0 50 1D 13 142 43 31
Octal 317 51 223 0 120 35 23 502 103 61
Binary 11001111 101001 10010011 0 1010000 11101 10011 101000010 1000011 110001

Color Harmonies of #CF2993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2993

Black with #CF2993

Text Example


Text Example

White with #CF2993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2993; }

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

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

background-color css

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

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

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

border-color css

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

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

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