Html Css Color HEX #CF2B5F Cerise

📋 copy color: '#CF2B5F'

red 207 ◦ green 43 ◦ blue 95

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

Shades of Cerise #CF2B5F

Tints of Cerise #CF2B5F

RGB

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

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

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

R = 60%
G = 12.46%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF2B5F (or 0xCF2B5F) is known color: Cerise. HEX triplet: CF, 2B and 5F. RGB value is (207,43,95). Sum of RGB (Red+Green+Blue) = 207+43+95=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B5F is #30D4A0. Grayscale: #616161. Windows color (decimal): -3200161 or 6237135. OLE color: 6237135.

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

Color convert

RGB 207 43 95 -
CMYK 0 0.79 0.54 0.19
HSL 340.98º 0.66% 0.49% -
HSV(B) 340.98º 0.79% 0.81% -
XYZ 28.66 15.82 12.37 -
YUV 97.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 207 43 95 0 0.79 0.54 0.19 340.98 0.66 0.49
Hex CF 2B 5F 0 4F 36 13 155 42 31
Octal 317 53 137 0 117 66 23 525 102 61
Binary 11001111 101011 1011111 0 1001111 110110 10011 101010101 1000010 110001

Color Harmonies of #CF2B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B5F

Black with #CF2B5F

Text Example


Text Example

White with #CF2B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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