Html Css Color HEX #CF2560 Cerise

📋 copy color: '#CF2560'

red 207 ◦ green 37 ◦ blue 96

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

Shades of Cerise #CF2560

Tints of Cerise #CF2560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 60.88%
G = 10.88%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF2560 (or 0xCF2560) is known color: Cerise. HEX triplet: CF, 25 and 60. RGB value is (207,37,96). Sum of RGB (Red+Green+Blue) = 207+37+96=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2560 is #30DA9F. Grayscale: #5E5E5E. Windows color (decimal): -3201696 or 6301135. OLE color: 6301135.

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

Color convert

RGB 207 37 96 -
CMYK 0 0.82 0.54 0.19
HSL 339.18º 0.7% 0.48% -
HSV(B) 339.18º 0.82% 0.81% -
XYZ 28.51 15.43 12.54 -
YUV 94.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 207 37 96 0 0.82 0.54 0.19 339.18 0.7 0.48
Hex CF 25 60 0 52 36 13 153 46 30
Octal 317 45 140 0 122 66 23 523 106 60
Binary 11001111 100101 1100000 0 1010010 110110 10011 101010011 1000110 110000

Color Harmonies of #CF2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2560

Black with #CF2560

Text Example


Text Example

White with #CF2560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2560; }

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

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

background-color css

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

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

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

border-color css

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

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

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