Html Css Color HEX #CA335D Cerise

📋 copy color: '#CA335D'

red 202 ◦ green 51 ◦ blue 93

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

Shades of Cerise #CA335D

Tints of Cerise #CA335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 58.38%
G = 14.74%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA335D (or 0xCA335D) is known color: Cerise. HEX triplet: CA, 33 and 5D. RGB value is (202,51,93). Sum of RGB (Red+Green+Blue) = 202+51+93=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA335D is #35CCA2. Grayscale: #646464. Windows color (decimal): -3525795 or 6108106. OLE color: 6108106.

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

Color convert

RGB 202 51 93 -
CMYK 0 0.75 0.54 0.21
HSL 343.31º 0.6% 0.5% -
HSV(B) 343.31º 0.75% 0.79% -
XYZ 27.52 15.71 11.94 -
YUV 100.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 202 51 93 0 0.75 0.54 0.21 343.31 0.6 0.5
Hex CA 33 5D 0 4B 36 15 157 3C 32
Octal 312 63 135 0 113 66 25 527 74 62
Binary 11001010 110011 1011101 0 1001011 110110 10101 101010111 111100 110010

Color Harmonies of #CA335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA335D

Black with #CA335D

Text Example


Text Example

White with #CA335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA335D; }

 p { color: rgb(202,51,93); }

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

background-color css

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

 a { background-color: rgb(202,51,93); }

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

border-color css

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

 span { border-color: rgb(202,51,93); }

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