Html Css Color HEX #CA3475 Deep Cerise

📋 copy color: '#CA3475'

red 202 ◦ green 52 ◦ blue 117

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

Shades of Deep Cerise #CA3475

Tints of Deep Cerise #CA3475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 54.45%
G = 14.02%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA3475 (or 0xCA3475) is known color: Deep Cerise. HEX triplet: CA, 34 and 75. RGB value is (202,52,117). Sum of RGB (Red+Green+Blue) = 202+52+117=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3475 is #35CB8A. Grayscale: #686868. Windows color (decimal): -3525515 or 7681226. OLE color: 7681226.

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

Color convert

RGB 202 52 117 -
CMYK 0 0.74 0.42 0.21
HSL 334º 0.59% 0.5% -
HSV(B) 334º 0.74% 0.79% -
XYZ 28.8 16.3 18.46 -
YUV 104.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 202 52 117 0 0.74 0.42 0.21 334 0.59 0.5
Hex CA 34 75 0 4A 2A 15 14E 3B 32
Octal 312 64 165 0 112 52 25 516 73 62
Binary 11001010 110100 1110101 0 1001010 101010 10101 101001110 111011 110010

Color Harmonies of #CA3475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3475

Black with #CA3475

Text Example


Text Example

White with #CA3475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3475; }

 p { color: rgb(202,52,117); }

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

background-color css

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

 a { background-color: rgb(202,52,117); }

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

border-color css

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

 span { border-color: rgb(202,52,117); }

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