Html Css Color HEX #CF255F Cerise

📋 copy color: '#CF255F'

red 207 ◦ green 37 ◦ blue 95

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

Shades of Cerise #CF255F

Tints of Cerise #CF255F

RGB

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

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

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

R = 61.06%
G = 10.91%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF255F (or 0xCF255F) is known color: Cerise. HEX triplet: CF, 25 and 5F. RGB value is (207,37,95). Sum of RGB (Red+Green+Blue) = 207+37+95=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF255F is #30DAA0. Grayscale: #5E5E5E. Windows color (decimal): -3201697 or 6235599. OLE color: 6235599.

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

Color convert

RGB 207 37 95 -
CMYK 0 0.82 0.54 0.19
HSL 339.53º 0.7% 0.48% -
HSV(B) 339.53º 0.82% 0.81% -
XYZ 28.46 15.41 12.3 -
YUV 94.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 207 37 95 0 0.82 0.54 0.19 339.53 0.7 0.48
Hex CF 25 5F 0 52 36 13 154 46 30
Octal 317 45 137 0 122 66 23 524 106 60
Binary 11001111 100101 1011111 0 1010010 110110 10011 101010100 1000110 110000

Color Harmonies of #CF255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF255F

Black with #CF255F

Text Example


Text Example

White with #CF255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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