Html Css Color HEX #CF245E Cerise

📋 copy color: '#CF245E'

red 207 ◦ green 36 ◦ blue 94

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

Shades of Cerise #CF245E

Tints of Cerise #CF245E

RGB

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

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

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

R = 61.42%
G = 10.68%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF245E (or 0xCF245E) is known color: Cerise. HEX triplet: CF, 24 and 5E. RGB value is (207,36,94). Sum of RGB (Red+Green+Blue) = 207+36+94=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF245E is #30DBA1. Grayscale: #5D5D5D. Windows color (decimal): -3201954 or 6169807. OLE color: 6169807.

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

Color convert

RGB 207 36 94 -
CMYK 0 0.83 0.55 0.19
HSL 339.65º 0.7% 0.48% -
HSV(B) 339.65º 0.83% 0.81% -
XYZ 28.38 15.34 12.05 -
YUV 93.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 207 36 94 0 0.83 0.55 0.19 339.65 0.7 0.48
Hex CF 24 5E 0 53 37 13 154 46 30
Octal 317 44 136 0 123 67 23 524 106 60
Binary 11001111 100100 1011110 0 1010011 110111 10011 101010100 1000110 110000

Color Harmonies of #CF245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF245E

Black with #CF245E

Text Example


Text Example

White with #CF245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF245E; }

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

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

background-color css

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

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

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

border-color css

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

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

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