Html Css Color HEX #CF2D62 Cerise

📋 copy color: '#CF2D62'

red 207 ◦ green 45 ◦ blue 98

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

Shades of Cerise #CF2D62

Tints of Cerise #CF2D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28%

R = 59.14%
G = 12.86%
B = 28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF2D62 (or 0xCF2D62) is known color: Cerise. HEX triplet: CF, 2D and 62. RGB value is (207,45,98). Sum of RGB (Red+Green+Blue) = 207+45+98=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D62 is #30D29D. Grayscale: #636363. Windows color (decimal): -3199646 or 6434255. OLE color: 6434255.

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

Color convert

RGB 207 45 98 -
CMYK 0 0.78 0.53 0.19
HSL 340.37º 0.64% 0.49% -
HSV(B) 340.37º 0.78% 0.81% -
XYZ 28.88 16.02 13.13 -
YUV 99.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 207 45 98 0 0.78 0.53 0.19 340.37 0.64 0.49
Hex CF 2D 62 0 4E 35 13 154 40 31
Octal 317 55 142 0 116 65 23 524 100 61
Binary 11001111 101101 1100010 0 1001110 110101 10011 101010100 1000000 110001

Color Harmonies of #CF2D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D62

Black with #CF2D62

Text Example


Text Example

White with #CF2D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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