Html Css Color HEX #CF255E Cerise

📋 copy color: '#CF255E'

red 207 ◦ green 37 ◦ blue 94

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

Shades of Cerise #CF255E

Tints of Cerise #CF255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 61.24%
G = 10.95%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF255E (or 0xCF255E) is known color: Cerise. HEX triplet: CF, 25 and 5E. RGB value is (207,37,94). Sum of RGB (Red+Green+Blue) = 207+37+94=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF255E is #30DAA1. Grayscale: #5E5E5E. Windows color (decimal): -3201698 or 6170063. OLE color: 6170063.

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

Color convert

RGB 207 37 94 -
CMYK 0 0.82 0.55 0.19
HSL 339.88º 0.7% 0.48% -
HSV(B) 339.88º 0.82% 0.81% -
XYZ 28.41 15.4 12.06 -
YUV 94.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 207 37 94 0 0.82 0.55 0.19 339.88 0.7 0.48
Hex CF 25 5E 0 52 37 13 154 46 30
Octal 317 45 136 0 122 67 23 524 106 60
Binary 11001111 100101 1011110 0 1010010 110111 10011 101010100 1000110 110000

Color Harmonies of #CF255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF255E

Black with #CF255E

Text Example


Text Example

White with #CF255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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