Html Css Color HEX #CF2960 Cerise

📋 copy color: '#CF2960'

red 207 ◦ green 41 ◦ blue 96

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

Shades of Cerise #CF2960

Tints of Cerise #CF2960

RGB

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

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

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

R = 60.17%
G = 11.92%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF2960 (or 0xCF2960) is known color: Cerise. HEX triplet: CF, 29 and 60. RGB value is (207,41,96). Sum of RGB (Red+Green+Blue) = 207+41+96=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2960 is #30D69F. Grayscale: #606060. Windows color (decimal): -3200672 or 6302159. OLE color: 6302159.

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

Color convert

RGB 207 41 96 -
CMYK 0 0.80 0.54 0.19
HSL 340.12º 0.67% 0.49% -
HSV(B) 340.12º 0.8% 0.81% -
XYZ 28.64 15.7 12.59 -
YUV 96.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 207 41 96 0 0.80 0.54 0.19 340.12 0.67 0.49
Hex CF 29 60 0 50 36 13 154 43 31
Octal 317 51 140 0 120 66 23 524 103 61
Binary 11001111 101001 1100000 0 1010000 110110 10011 101010100 1000011 110001

Color Harmonies of #CF2960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2960

Black with #CF2960

Text Example


Text Example

White with #CF2960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2960; }

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

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

background-color css

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

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

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

border-color css

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

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

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