Html Css Color HEX #CA3771 Cerise

📋 copy color: '#CA3771'

red 202 ◦ green 55 ◦ blue 113

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

Shades of Cerise #CA3771

Tints of Cerise #CA3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.86%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 54.59%
G = 14.86%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA3771 (or 0xCA3771) is known color: Cerise. HEX triplet: CA, 37 and 71. RGB value is (202,55,113). Sum of RGB (Red+Green+Blue) = 202+55+113=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3771 is #35C88E. Grayscale: #696969. Windows color (decimal): -3524751 or 7419850. OLE color: 7419850.

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

Color convert

RGB 202 55 113 -
CMYK 0 0.73 0.44 0.21
HSL 336.33º 0.58% 0.5% -
HSV(B) 336.33º 0.73% 0.79% -
XYZ 28.7 16.48 17.29 -
YUV 105.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 202 55 113 0 0.73 0.44 0.21 336.33 0.58 0.5
Hex CA 37 71 0 49 2C 15 150 3A 32
Octal 312 67 161 0 111 54 25 520 72 62
Binary 11001010 110111 1110001 0 1001001 101100 10101 101010000 111010 110010

Color Harmonies of #CA3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3771

Black with #CA3771

Text Example


Text Example

White with #CA3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3771; }

 p { color: rgb(202,55,113); }

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

background-color css

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

 a { background-color: rgb(202,55,113); }

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

border-color css

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

 span { border-color: rgb(202,55,113); }

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