Html Css Color HEX #CF245C Cerise

📋 copy color: '#CF245C'

red 207 ◦ green 36 ◦ blue 92

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

Shades of Cerise #CF245C

Tints of Cerise #CF245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

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

R = 61.79%
G = 10.75%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF245C (or 0xCF245C) is known color: Cerise. HEX triplet: CF, 24 and 5C. RGB value is (207,36,92). Sum of RGB (Red+Green+Blue) = 207+36+92=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF245C is #30DBA3. Grayscale: #5D5D5D. Windows color (decimal): -3201956 or 6038735. OLE color: 6038735.

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

Color convert

RGB 207 36 92 -
CMYK 0 0.83 0.56 0.19
HSL 340.35º 0.7% 0.48% -
HSV(B) 340.35º 0.83% 0.81% -
XYZ 28.29 15.3 11.59 -
YUV 93.51 127.15 208.95 -
System Red Green Blue C M Y K H S L
Decimal 207 36 92 0 0.83 0.56 0.19 340.35 0.7 0.48
Hex CF 24 5C 0 53 38 13 154 46 30
Octal 317 44 134 0 123 70 23 524 106 60
Binary 11001111 100100 1011100 0 1010011 111000 10011 101010100 1000110 110000

Color Harmonies of #CF245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF245C

Black with #CF245C

Text Example


Text Example

White with #CF245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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