Html Css Color HEX #CF2D60 Cerise

📋 copy color: '#CF2D60'

red 207 ◦ green 45 ◦ blue 96

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

Shades of Cerise #CF2D60

Tints of Cerise #CF2D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.93%

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

R = 59.48%
G = 12.93%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF2D60 (or 0xCF2D60) is known color: Cerise. HEX triplet: CF, 2D and 60. RGB value is (207,45,96). Sum of RGB (Red+Green+Blue) = 207+45+96=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D60 is #30D29F. Grayscale: #636363. Windows color (decimal): -3199648 or 6303183. OLE color: 6303183.

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

Color convert

RGB 207 45 96 -
CMYK 0 0.78 0.54 0.19
HSL 341.11º 0.64% 0.49% -
HSV(B) 341.11º 0.78% 0.81% -
XYZ 28.78 15.99 12.64 -
YUV 99.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 207 45 96 0 0.78 0.54 0.19 341.11 0.64 0.49
Hex CF 2D 60 0 4E 36 13 155 40 31
Octal 317 55 140 0 116 66 23 525 100 61
Binary 11001111 101101 1100000 0 1001110 110110 10011 101010101 1000000 110001

Color Harmonies of #CF2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D60

Black with #CF2D60

Text Example


Text Example

White with #CF2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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