Html Css Color HEX #CF255D Cerise

📋 copy color: '#CF255D'

red 207 ◦ green 37 ◦ blue 93

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

Shades of Cerise #CF255D

Tints of Cerise #CF255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 61.42%
G = 10.98%
B = 27.6%

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

#CF255D (or 0xCF255D) is known color: Cerise. HEX triplet: CF, 25 and 5D. RGB value is (207,37,93). Sum of RGB (Red+Green+Blue) = 207+37+93=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF255D is #30DAA2. Grayscale: #5E5E5E. Windows color (decimal): -3201699 or 6104527. OLE color: 6104527.

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

Color convert

RGB 207 37 93 -
CMYK 0 0.82 0.55 0.19
HSL 340.24º 0.7% 0.48% -
HSV(B) 340.24º 0.82% 0.81% -
XYZ 28.37 15.38 11.83 -
YUV 94.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 207 37 93 0 0.82 0.55 0.19 340.24 0.7 0.48
Hex CF 25 5D 0 52 37 13 154 46 30
Octal 317 45 135 0 122 67 23 524 106 60
Binary 11001111 100101 1011101 0 1010010 110111 10011 101010100 1000110 110000

Color Harmonies of #CF255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF255D

Black with #CF255D

Text Example


Text Example

White with #CF255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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