Html Css Color HEX #CF2660 Cerise

📋 copy color: '#CF2660'

red 207 ◦ green 38 ◦ blue 96

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

Shades of Cerise #CF2660

Tints of Cerise #CF2660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.14%

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

R = 60.7%
G = 11.14%
B = 28.15%

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

#CF2660 (or 0xCF2660) is known color: Cerise. HEX triplet: CF, 26 and 60. RGB value is (207,38,96). Sum of RGB (Red+Green+Blue) = 207+38+96=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2660 is #30D99F. Grayscale: #5F5F5F. Windows color (decimal): -3201440 or 6301391. OLE color: 6301391.

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

Color convert

RGB 207 38 96 -
CMYK 0 0.82 0.54 0.19
HSL 339.41º 0.69% 0.48% -
HSV(B) 339.41º 0.82% 0.81% -
XYZ 28.54 15.5 12.55 -
YUV 95.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 207 38 96 0 0.82 0.54 0.19 339.41 0.69 0.48
Hex CF 26 60 0 52 36 13 153 45 30
Octal 317 46 140 0 122 66 23 523 105 60
Binary 11001111 100110 1100000 0 1010010 110110 10011 101010011 1000101 110000

Color Harmonies of #CF2660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2660

Black with #CF2660

Text Example


Text Example

White with #CF2660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2660; }

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

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

background-color css

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

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

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

border-color css

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

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

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