Html Css Color HEX #CF2862 Cerise

📋 copy color: '#CF2862'

red 207 ◦ green 40 ◦ blue 98

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

Shades of Cerise #CF2862

Tints of Cerise #CF2862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 60%
G = 11.59%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF2862 (or 0xCF2862) is known color: Cerise. HEX triplet: CF, 28 and 62. RGB value is (207,40,98). Sum of RGB (Red+Green+Blue) = 207+40+98=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2862 is #30D79D. Grayscale: #606060. Windows color (decimal): -3200926 or 6432975. OLE color: 6432975.

HSL color Cylindrical-coordinate representation of color #CF2862: hue angle of 339.16º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2862 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 98 -
CMYK 0 0.81 0.53 0.19
HSL 339.16º 0.68% 0.48% -
HSV(B) 339.16º 0.81% 0.81% -
XYZ 28.7 15.66 13.07 -
YUV 96.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 207 40 98 0 0.81 0.53 0.19 339.16 0.68 0.48
Hex CF 28 62 0 51 35 13 153 44 30
Octal 317 50 142 0 121 65 23 523 104 60
Binary 11001111 101000 1100010 0 1010001 110101 10011 101010011 1000100 110000

Color Harmonies of #CF2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2862

Black with #CF2862

Text Example


Text Example

White with #CF2862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2862; }

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

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

background-color css

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

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

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

border-color css

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

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

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