Html Css Color HEX #CF255B Cerise

📋 copy color: '#CF255B'

red 207 ◦ green 37 ◦ blue 91

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

Shades of Cerise #CF255B

Tints of Cerise #CF255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 61.79%
G = 11.04%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF255B (or 0xCF255B) is known color: Cerise. HEX triplet: CF, 25 and 5B. RGB value is (207,37,91). Sum of RGB (Red+Green+Blue) = 207+37+91=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF255B is #30DAA4. Grayscale: #5D5D5D. Windows color (decimal): -3201701 or 5973455. OLE color: 5973455.

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

Color convert

RGB 207 37 91 -
CMYK 0 0.82 0.56 0.19
HSL 340.94º 0.7% 0.48% -
HSV(B) 340.94º 0.82% 0.81% -
XYZ 28.28 15.34 11.37 -
YUV 93.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 207 37 91 0 0.82 0.56 0.19 340.94 0.7 0.48
Hex CF 25 5B 0 52 38 13 155 46 30
Octal 317 45 133 0 122 70 23 525 106 60
Binary 11001111 100101 1011011 0 1010010 111000 10011 101010101 1000110 110000

Color Harmonies of #CF255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF255B

Black with #CF255B

Text Example


Text Example

White with #CF255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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