Html Css Color HEX #CA3293 Medium Red Violet

📋 copy color: '#CA3293'

red 202 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #CA3293

Tints of Medium Red Violet #CA3293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

 BLUE value IS 147 (57.81% from 255) = 36.84%

R = 50.63%
G = 12.53%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA3293 (or 0xCA3293) is known color: Medium Red Violet. HEX triplet: CA, 32 and 93. RGB value is (202,50,147). Sum of RGB (Red+Green+Blue) = 202+50+147=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3293 is #35CD6C. Grayscale: #6A6A6A. Windows color (decimal): -3525997 or 9646794. OLE color: 9646794.

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

Color convert

RGB 202 50 147 -
CMYK 0 0.75 0.27 0.21
HSL 321.71º 0.6% 0.49% -
HSV(B) 321.71º 0.75% 0.79% -
XYZ 30.76 16.94 29.25 -
YUV 106.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 202 50 147 0 0.75 0.27 0.21 321.71 0.6 0.49
Hex CA 32 93 0 4B 1B 15 142 3C 31
Octal 312 62 223 0 113 33 25 502 74 61
Binary 11001010 110010 10010011 0 1001011 11011 10101 101000010 111100 110001

Color Harmonies of #CA3293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3293

Black with #CA3293

Text Example


Text Example

White with #CA3293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3293; }

 p { color: rgb(202,50,147); }

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

background-color css

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

 a { background-color: rgb(202,50,147); }

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

border-color css

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

 span { border-color: rgb(202,50,147); }

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