Html Css Color HEX #CF255C Cerise

📋 copy color: '#CF255C'

red 207 ◦ green 37 ◦ blue 92

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

Shades of Cerise #CF255C

Tints of Cerise #CF255C

RGB

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

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

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

R = 61.61%
G = 11.01%
B = 27.38%

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

#CF255C (or 0xCF255C) is known color: Cerise. HEX triplet: CF, 25 and 5C. RGB value is (207,37,92). Sum of RGB (Red+Green+Blue) = 207+37+92=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF255C is #30DAA3. Grayscale: #5E5E5E. Windows color (decimal): -3201700 or 6038991. OLE color: 6038991.

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

Color convert

RGB 207 37 92 -
CMYK 0 0.82 0.56 0.19
HSL 340.59º 0.7% 0.48% -
HSV(B) 340.59º 0.82% 0.81% -
XYZ 28.33 15.36 11.6 -
YUV 94.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 207 37 92 0 0.82 0.56 0.19 340.59 0.7 0.48
Hex CF 25 5C 0 52 38 13 155 46 30
Octal 317 45 134 0 122 70 23 525 106 60
Binary 11001111 100101 1011100 0 1010010 111000 10011 101010101 1000110 110000

Color Harmonies of #CF255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF255C

Black with #CF255C

Text Example


Text Example

White with #CF255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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