Html Css Color HEX #CF2983 Deep Cerise

📋 copy color: '#CF2983'

red 207 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #CF2983

Tints of Deep Cerise #CF2983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 54.62%
G = 10.82%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF2983 (or 0xCF2983) is known color: Deep Cerise. HEX triplet: CF, 29 and 83. RGB value is (207,41,131). Sum of RGB (Red+Green+Blue) = 207+41+131=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2983 is #30D67C. Grayscale: #646464. Windows color (decimal): -3200637 or 8595919. OLE color: 8595919.

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

Color convert

RGB 207 41 131 -
CMYK 0 0.80 0.37 0.19
HSL 327.47º 0.67% 0.49% -
HSV(B) 327.47º 0.8% 0.81% -
XYZ 30.62 16.49 23.04 -
YUV 100.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 207 41 131 0 0.80 0.37 0.19 327.47 0.67 0.49
Hex CF 29 83 0 50 25 13 147 43 31
Octal 317 51 203 0 120 45 23 507 103 61
Binary 11001111 101001 10000011 0 1010000 100101 10011 101000111 1000011 110001

Color Harmonies of #CF2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2983

Black with #CF2983

Text Example


Text Example

White with #CF2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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