Html Css Color HEX #CA3073 Deep Cerise

📋 copy color: '#CA3073'

red 202 ◦ green 48 ◦ blue 115

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

Shades of Deep Cerise #CA3073

Tints of Deep Cerise #CA3073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 55.34%
G = 13.15%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA3073 (or 0xCA3073) is known color: Deep Cerise. HEX triplet: CA, 30 and 73. RGB value is (202,48,115). Sum of RGB (Red+Green+Blue) = 202+48+115=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3073 is #35CF8C. Grayscale: #656565. Windows color (decimal): -3526541 or 7549130. OLE color: 7549130.

HSL color Cylindrical-coordinate representation of color #CA3073: hue angle of 333.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3073 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 115 -
CMYK 0 0.76 0.43 0.21
HSL 333.9º 0.62% 0.49% -
HSV(B) 333.9º 0.76% 0.79% -
XYZ 28.51 15.91 17.79 -
YUV 101.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 202 48 115 0 0.76 0.43 0.21 333.9 0.62 0.49
Hex CA 30 73 0 4C 2B 15 14E 3E 31
Octal 312 60 163 0 114 53 25 516 76 61
Binary 11001010 110000 1110011 0 1001100 101011 10101 101001110 111110 110001

Color Harmonies of #CA3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3073

Black with #CA3073

Text Example


Text Example

White with #CA3073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3073; }

 p { color: rgb(202,48,115); }

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

background-color css

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

 a { background-color: rgb(202,48,115); }

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

border-color css

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

 span { border-color: rgb(202,48,115); }

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