Html Css Color HEX #CA3370 Cerise

📋 copy color: '#CA3370'

red 202 ◦ green 51 ◦ blue 112

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

Shades of Cerise #CA3370

Tints of Cerise #CA3370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 55.34%
G = 13.97%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA3370 (or 0xCA3370) is known color: Cerise. HEX triplet: CA, 33 and 70. RGB value is (202,51,112). Sum of RGB (Red+Green+Blue) = 202+51+112=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3370 is #35CC8F. Grayscale: #676767. Windows color (decimal): -3525776 or 7353290. OLE color: 7353290.

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

Color convert

RGB 202 51 112 -
CMYK 0 0.75 0.45 0.21
HSL 335.76º 0.6% 0.5% -
HSV(B) 335.76º 0.75% 0.79% -
XYZ 28.47 16.09 16.94 -
YUV 103.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 202 51 112 0 0.75 0.45 0.21 335.76 0.6 0.5
Hex CA 33 70 0 4B 2D 15 150 3C 32
Octal 312 63 160 0 113 55 25 520 74 62
Binary 11001010 110011 1110000 0 1001011 101101 10101 101010000 111100 110010

Color Harmonies of #CA3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3370

Black with #CA3370

Text Example


Text Example

White with #CA3370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3370; }

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

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

background-color css

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

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

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

border-color css

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

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

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