Html Css Color HEX #CF2B5B Cerise

📋 copy color: '#CF2B5B'

red 207 ◦ green 43 ◦ blue 91

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

Shades of Cerise #CF2B5B

Tints of Cerise #CF2B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 60.7%
G = 12.61%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF2B5B (or 0xCF2B5B) is known color: Cerise. HEX triplet: CF, 2B and 5B. RGB value is (207,43,91). Sum of RGB (Red+Green+Blue) = 207+43+91=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B5B is #30D4A4. Grayscale: #616161. Windows color (decimal): -3200165 or 5974991. OLE color: 5974991.

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

Color convert

RGB 207 43 91 -
CMYK 0 0.79 0.56 0.19
HSL 342.44º 0.66% 0.49% -
HSV(B) 342.44º 0.79% 0.81% -
XYZ 28.48 15.75 11.44 -
YUV 97.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 207 43 91 0 0.79 0.56 0.19 342.44 0.66 0.49
Hex CF 2B 5B 0 4F 38 13 156 42 31
Octal 317 53 133 0 117 70 23 526 102 61
Binary 11001111 101011 1011011 0 1001111 111000 10011 101010110 1000010 110001

Color Harmonies of #CF2B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B5B

Black with #CF2B5B

Text Example


Text Example

White with #CF2B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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