Html Css Color HEX #CA2984 Medium Red Violet

📋 copy color: '#CA2984'

red 202 ◦ green 41 ◦ blue 132

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

Shades of Medium Red Violet #CA2984

Tints of Medium Red Violet #CA2984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 53.87%
G = 10.93%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA2984 (or 0xCA2984) is known color: Medium Red Violet. HEX triplet: CA, 29 and 84. RGB value is (202,41,132). Sum of RGB (Red+Green+Blue) = 202+41+132=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2984 is #35D67B. Grayscale: #636363. Windows color (decimal): -3528316 or 8661450. OLE color: 8661450.

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

Color convert

RGB 202 41 132 -
CMYK 0 0.80 0.35 0.21
HSL 326.09º 0.66% 0.48% -
HSV(B) 326.09º 0.8% 0.79% -
XYZ 29.31 15.81 23.34 -
YUV 99.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 202 41 132 0 0.80 0.35 0.21 326.09 0.66 0.48
Hex CA 29 84 0 50 23 15 146 42 30
Octal 312 51 204 0 120 43 25 506 102 60
Binary 11001010 101001 10000100 0 1010000 100011 10101 101000110 1000010 110000

Color Harmonies of #CA2984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2984

Black with #CA2984

Text Example


Text Example

White with #CA2984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2984; }

 p { color: rgb(202,41,132); }

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

background-color css

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

 a { background-color: rgb(202,41,132); }

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

border-color css

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

 span { border-color: rgb(202,41,132); }

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