Html Css Color HEX #CF2B71 Cerise

📋 copy color: '#CF2B71'

red 207 ◦ green 43 ◦ blue 113

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

Shades of Cerise #CF2B71

Tints of Cerise #CF2B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

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

R = 57.02%
G = 11.85%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF2B71 (or 0xCF2B71) is known color: Cerise. HEX triplet: CF, 2B and 71. RGB value is (207,43,113). Sum of RGB (Red+Green+Blue) = 207+43+113=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B71 is #30D48E. Grayscale: #636363. Windows color (decimal): -3200143 or 7416783. OLE color: 7416783.

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

Color convert

RGB 207 43 113 -
CMYK 0 0.79 0.45 0.19
HSL 334.39º 0.66% 0.49% -
HSV(B) 334.39º 0.79% 0.81% -
XYZ 29.58 16.19 17.19 -
YUV 100.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 207 43 113 0 0.79 0.45 0.19 334.39 0.66 0.49
Hex CF 2B 71 0 4F 2D 13 14E 42 31
Octal 317 53 161 0 117 55 23 516 102 61
Binary 11001111 101011 1110001 0 1001111 101101 10011 101001110 1000010 110001

Color Harmonies of #CF2B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B71

Black with #CF2B71

Text Example


Text Example

White with #CF2B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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