Html Css Color HEX #CA357D Deep Cerise

📋 copy color: '#CA357D'

red 202 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #CA357D

Tints of Deep Cerise #CA357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 53.16%
G = 13.95%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA357D (or 0xCA357D) is known color: Deep Cerise. HEX triplet: CA, 35 and 7D. RGB value is (202,53,125). Sum of RGB (Red+Green+Blue) = 202+53+125=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357D is #35CA82. Grayscale: #696969. Windows color (decimal): -3525251 or 8205770. OLE color: 8205770.

HSL color Cylindrical-coordinate representation of color #CA357D: hue angle of 331.01º 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 #CA357D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 53 125 -
CMYK 0 0.74 0.38 0.21
HSL 331.01º 0.58% 0.5% -
HSV(B) 331.01º 0.74% 0.79% -
XYZ 29.33 16.58 21.06 -
YUV 105.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 202 53 125 0 0.74 0.38 0.21 331.01 0.58 0.5
Hex CA 35 7D 0 4A 26 15 14B 3A 32
Octal 312 65 175 0 112 46 25 513 72 62
Binary 11001010 110101 1111101 0 1001010 100110 10101 101001011 111010 110010

Color Harmonies of #CA357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA357D

Black with #CA357D

Text Example


Text Example

White with #CA357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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