Html Css Color HEX #CA2A94 Medium Red Violet

📋 copy color: '#CA2A94'

red 202 ◦ green 42 ◦ blue 148

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

Shades of Medium Red Violet #CA2A94

Tints of Medium Red Violet #CA2A94

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.71%

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 51.53%
G = 10.71%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA2A94 (or 0xCA2A94) is known color: Medium Red Violet. HEX triplet: CA, 2A and 94. RGB value is (202,42,148). Sum of RGB (Red+Green+Blue) = 202+42+148=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A94 is #35D56B. Grayscale: #656565. Windows color (decimal): -3528044 or 9710282. OLE color: 9710282.

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

Color convert

RGB 202 42 148 -
CMYK 0 0.79 0.27 0.21
HSL 320.25º 0.66% 0.48% -
HSV(B) 320.25º 0.79% 0.79% -
XYZ 30.53 16.35 29.56 -
YUV 101.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 202 42 148 0 0.79 0.27 0.21 320.25 0.66 0.48
Hex CA 2A 94 0 4F 1B 15 140 42 30
Octal 312 52 224 0 117 33 25 500 102 60
Binary 11001010 101010 10010100 0 1001111 11011 10101 101000000 1000010 110000

Color Harmonies of #CA2A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2A94

Black with #CA2A94

Text Example


Text Example

White with #CA2A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2A94; }

 p { color: rgb(202,42,148); }

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

background-color css

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

 a { background-color: rgb(202,42,148); }

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

border-color css

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

 span { border-color: rgb(202,42,148); }

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