Html Css Color HEX #CF2D5C Cerise

📋 copy color: '#CF2D5C'

red 207 ◦ green 45 ◦ blue 92

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

Shades of Cerise #CF2D5C

Tints of Cerise #CF2D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.08%

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 60.17%
G = 13.08%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF2D5C (or 0xCF2D5C) is known color: Cerise. HEX triplet: CF, 2D and 5C. RGB value is (207,45,92). Sum of RGB (Red+Green+Blue) = 207+45+92=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D5C is #30D2A3. Grayscale: #626262. Windows color (decimal): -3199652 or 6041039. OLE color: 6041039.

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

Color convert

RGB 207 45 92 -
CMYK 0 0.78 0.56 0.19
HSL 342.59º 0.64% 0.49% -
HSV(B) 342.59º 0.78% 0.81% -
XYZ 28.6 15.91 11.69 -
YUV 98.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 207 45 92 0 0.78 0.56 0.19 342.59 0.64 0.49
Hex CF 2D 5C 0 4E 38 13 157 40 31
Octal 317 55 134 0 116 70 23 527 100 61
Binary 11001111 101101 1011100 0 1001110 111000 10011 101010111 1000000 110001

Color Harmonies of #CF2D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D5C

Black with #CF2D5C

Text Example


Text Example

White with #CF2D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D5C; }

 p { color: rgb(207,45,92); }

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

background-color css

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

 a { background-color: rgb(207,45,92); }

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

border-color css

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

 span { border-color: rgb(207,45,92); }

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