Html Css Color HEX #CF2E5F Cerise

📋 copy color: '#CF2E5F'

red 207 ◦ green 46 ◦ blue 95

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

Shades of Cerise #CF2E5F

Tints of Cerise #CF2E5F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.22%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 59.48%
G = 13.22%
B = 27.3%

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

#CF2E5F (or 0xCF2E5F) is known color: Cerise. HEX triplet: CF, 2E and 5F. RGB value is (207,46,95). Sum of RGB (Red+Green+Blue) = 207+46+95=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E5F is #30D1A0. Grayscale: #636363. Windows color (decimal): -3199393 or 6237903. OLE color: 6237903.

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

Color convert

RGB 207 46 95 -
CMYK 0 0.78 0.54 0.19
HSL 341.74º 0.64% 0.5% -
HSV(B) 341.74º 0.78% 0.81% -
XYZ 28.77 16.05 12.41 -
YUV 99.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 207 46 95 0 0.78 0.54 0.19 341.74 0.64 0.5
Hex CF 2E 5F 0 4E 36 13 156 40 32
Octal 317 56 137 0 116 66 23 526 100 62
Binary 11001111 101110 1011111 0 1001110 110110 10011 101010110 1000000 110010

Color Harmonies of #CF2E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E5F

Black with #CF2E5F

Text Example


Text Example

White with #CF2E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E5F; }

 p { color: rgb(207,46,95); }

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

background-color css

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

 a { background-color: rgb(207,46,95); }

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

border-color css

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

 span { border-color: rgb(207,46,95); }

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