Html Css Color HEX #CB245D Cerise

📋 copy color: '#CB245D'

red 203 ◦ green 36 ◦ blue 93

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

Shades of Cerise #CB245D

Tints of Cerise #CB245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 61.14%
G = 10.84%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB245D (or 0xCB245D) is known color: Cerise. HEX triplet: CB, 24 and 5D. RGB value is (203,36,93). Sum of RGB (Red+Green+Blue) = 203+36+93=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB245D is #34DBA2. Grayscale: #5C5C5C. Windows color (decimal): -3464099 or 6104267. OLE color: 6104267.

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

Color convert

RGB 203 36 93 -
CMYK 0 0.82 0.54 0.20
HSL 339.52º 0.7% 0.47% -
HSV(B) 339.52º 0.82% 0.8% -
XYZ 27.24 14.75 11.77 -
YUV 92.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 203 36 93 0 0.82 0.54 0.20 339.52 0.7 0.47
Hex CB 24 5D 0 52 36 14 154 46 2F
Octal 313 44 135 0 122 66 24 524 106 57
Binary 11001011 100100 1011101 0 1010010 110110 10100 101010100 1000110 101111

Color Harmonies of #CB245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB245D

Black with #CB245D

Text Example


Text Example

White with #CB245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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