Html Css Color HEX #CF2589 Deep Cerise

📋 copy color: '#CF2589'

red 207 ◦ green 37 ◦ blue 137

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

Shades of Deep Cerise #CF2589

Tints of Deep Cerise #CF2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.71%

 BLUE value IS 137 (53.91% from 255) = 35.96%

R = 54.33%
G = 9.71%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF2589 (or 0xCF2589) is known color: Deep Cerise. HEX triplet: CF, 25 and 89. RGB value is (207,37,137). Sum of RGB (Red+Green+Blue) = 207+37+137=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2589 is #30DA76. Grayscale: #636363. Windows color (decimal): -3201655 or 8988111. OLE color: 8988111.

HSL color Cylindrical-coordinate representation of color #CF2589: hue angle of 324.71º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2589 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 137 -
CMYK 0 0.82 0.34 0.19
HSL 324.71º 0.7% 0.48% -
HSV(B) 324.71º 0.82% 0.81% -
XYZ 30.91 16.39 25.2 -
YUV 99.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 207 37 137 0 0.82 0.34 0.19 324.71 0.7 0.48
Hex CF 25 89 0 52 22 13 145 46 30
Octal 317 45 211 0 122 42 23 505 106 60
Binary 11001111 100101 10001001 0 1010010 100010 10011 101000101 1000110 110000

Color Harmonies of #CF2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2589

Black with #CF2589

Text Example


Text Example

White with #CF2589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2589; }

 p { color: rgb(207,37,137); }

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

background-color css

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

 a { background-color: rgb(207,37,137); }

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

border-color css

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

 span { border-color: rgb(207,37,137); }

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