Html Css Color HEX #CF2871 Cerise

📋 copy color: '#CF2871'

red 207 ◦ green 40 ◦ blue 113

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

Shades of Cerise #CF2871

Tints of Cerise #CF2871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 57.5%
G = 11.11%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF2871 (or 0xCF2871) is known color: Cerise. HEX triplet: CF, 28 and 71. RGB value is (207,40,113). Sum of RGB (Red+Green+Blue) = 207+40+113=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2871 is #30D78E. Grayscale: #626262. Windows color (decimal): -3200911 or 7416015. OLE color: 7416015.

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

Color convert

RGB 207 40 113 -
CMYK 0 0.81 0.45 0.19
HSL 333.77º 0.68% 0.48% -
HSV(B) 333.77º 0.81% 0.81% -
XYZ 29.47 15.98 17.15 -
YUV 98.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 207 40 113 0 0.81 0.45 0.19 333.77 0.68 0.48
Hex CF 28 71 0 51 2D 13 14E 44 30
Octal 317 50 161 0 121 55 23 516 104 60
Binary 11001111 101000 1110001 0 1010001 101101 10011 101001110 1000100 110000

Color Harmonies of #CF2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2871

Black with #CF2871

Text Example


Text Example

White with #CF2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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