Html Css Color HEX #CA357B Deep Cerise

📋 copy color: '#CA357B'

red 202 ◦ green 53 ◦ blue 123

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

Shades of Deep Cerise #CA357B

Tints of Deep Cerise #CA357B

RGB

 RED value IS 202 (79.3% from 255) = 53.44%

 GREEN value IS 53 (21.09% from 255) = 14.02%

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 53.44%
G = 14.02%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA357B (or 0xCA357B) is known color: Deep Cerise. HEX triplet: CA, 35 and 7B. RGB value is (202,53,123). Sum of RGB (Red+Green+Blue) = 202+53+123=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357B is #35CA84. Grayscale: #696969. Windows color (decimal): -3525253 or 8074698. OLE color: 8074698.

HSL color Cylindrical-coordinate representation of color #CA357B: hue angle of 331.81º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA357B is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 53 123 -
CMYK 0 0.74 0.39 0.21
HSL 331.81º 0.58% 0.5% -
HSV(B) 331.81º 0.74% 0.79% -
XYZ 29.21 16.53 20.39 -
YUV 105.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 202 53 123 0 0.74 0.39 0.21 331.81 0.58 0.5
Hex CA 35 7B 0 4A 27 15 14C 3A 32
Octal 312 65 173 0 112 47 25 514 72 62
Binary 11001010 110101 1111011 0 1001010 100111 10101 101001100 111010 110010

Color Harmonies of #CA357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA357B

Black with #CA357B

Text Example


Text Example

White with #CA357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA357B; }

 p { color: rgb(202,53,123); }

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

background-color css

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

 a { background-color: rgb(202,53,123); }

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

border-color css

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

 span { border-color: rgb(202,53,123); }

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