Html Css Color HEX #CF3960 Cerise

📋 copy color: '#CF3960'

red 207 ◦ green 57 ◦ blue 96

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

Shades of Cerise #CF3960

Tints of Cerise #CF3960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.83%

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

R = 57.5%
G = 15.83%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF3960 (or 0xCF3960) is known color: Cerise. HEX triplet: CF, 39 and 60. RGB value is (207,57,96). Sum of RGB (Red+Green+Blue) = 207+57+96=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3960 is #30C69F. Grayscale: #6A6A6A. Windows color (decimal): -3196576 or 6306255. OLE color: 6306255.

HSL color Cylindrical-coordinate representation of color #CF3960: hue angle of 344.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3960 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 57 96 -
CMYK 0 0.72 0.54 0.19
HSL 344.4º 0.61% 0.52% -
HSV(B) 344.4º 0.72% 0.81% -
XYZ 29.31 17.04 12.81 -
YUV 106.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 207 57 96 0 0.72 0.54 0.19 344.4 0.61 0.52
Hex CF 39 60 0 48 36 13 158 3D 34
Octal 317 71 140 0 110 66 23 530 75 64
Binary 11001111 111001 1100000 0 1001000 110110 10011 101011000 111101 110100

Color Harmonies of #CF3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3960

Black with #CF3960

Text Example


Text Example

White with #CF3960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3960; }

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

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

background-color css

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

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

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

border-color css

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

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

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