Html Css Color HEX #CF245B Cerise

📋 copy color: '#CF245B'

red 207 ◦ green 36 ◦ blue 91

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

Shades of Cerise #CF245B

Tints of Cerise #CF245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 61.98%
G = 10.78%
B = 27.25%

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

#CF245B (or 0xCF245B) is known color: Cerise. HEX triplet: CF, 24 and 5B. RGB value is (207,36,91). Sum of RGB (Red+Green+Blue) = 207+36+91=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF245B is #30DBA4. Grayscale: #5D5D5D. Windows color (decimal): -3201957 or 5973199. OLE color: 5973199.

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

Color convert

RGB 207 36 91 -
CMYK 0 0.83 0.56 0.19
HSL 340.7º 0.7% 0.48% -
HSV(B) 340.7º 0.83% 0.81% -
XYZ 28.25 15.28 11.36 -
YUV 93.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 207 36 91 0 0.83 0.56 0.19 340.7 0.7 0.48
Hex CF 24 5B 0 53 38 13 155 46 30
Octal 317 44 133 0 123 70 23 525 106 60
Binary 11001111 100100 1011011 0 1010011 111000 10011 101010101 1000110 110000

Color Harmonies of #CF245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF245B

Black with #CF245B

Text Example


Text Example

White with #CF245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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