Html Css Color HEX #CB245F Cerise

📋 copy color: '#CB245F'

red 203 ◦ green 36 ◦ blue 95

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

Shades of Cerise #CB245F

Tints of Cerise #CB245F

RGB

 RED value IS 203 (79.69% from 255) = 60.78%

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

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 60.78%
G = 10.78%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB245F (or 0xCB245F) is known color: Cerise. HEX triplet: CB, 24 and 5F. RGB value is (203,36,95). Sum of RGB (Red+Green+Blue) = 203+36+95=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB245F is #34DBA0. Grayscale: #5C5C5C. Windows color (decimal): -3464097 or 6235339. OLE color: 6235339.

HSL color Cylindrical-coordinate representation of color #CB245F: hue angle of 338.8º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB245F is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 95 -
CMYK 0 0.82 0.53 0.20
HSL 338.8º 0.7% 0.47% -
HSV(B) 338.8º 0.82% 0.8% -
XYZ 27.33 14.78 12.24 -
YUV 92.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 203 36 95 0 0.82 0.53 0.20 338.8 0.7 0.47
Hex CB 24 5F 0 52 35 14 153 46 2F
Octal 313 44 137 0 122 65 24 523 106 57
Binary 11001011 100100 1011111 0 1010010 110101 10100 101010011 1000110 101111

Color Harmonies of #CB245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB245F

Black with #CB245F

Text Example


Text Example

White with #CB245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB245F; }

 p { color: rgb(203,36,95); }

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

background-color css

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

 a { background-color: rgb(203,36,95); }

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

border-color css

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

 span { border-color: rgb(203,36,95); }

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