Html Css Color HEX #CA1994 Medium Violet Red

📋 copy color: '#CA1994'

red 202 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #CA1994

Tints of Medium Violet Red #CA1994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

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

R = 53.87%
G = 6.67%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA1994 (or 0xCA1994) is known color: Medium Violet Red. HEX triplet: CA, 19 and 94. RGB value is (202,25,148). Sum of RGB (Red+Green+Blue) = 202+25+148=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1994 is #35E66B. Grayscale: #5B5B5B. Windows color (decimal): -3532396 or 9705930. OLE color: 9705930.

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

Color convert

RGB 202 25 148 -
CMYK 0 0.88 0.27 0.21
HSL 318.31º 0.78% 0.45% -
HSV(B) 318.31º 0.88% 0.79% -
XYZ 30.05 15.39 29.4 -
YUV 91.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 202 25 148 0 0.88 0.27 0.21 318.31 0.78 0.45
Hex CA 19 94 0 58 1B 15 13E 4E 2D
Octal 312 31 224 0 130 33 25 476 116 55
Binary 11001010 11001 10010100 0 1011000 11011 10101 100111110 1001110 101101

Color Harmonies of #CA1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1994

Black with #CA1994

Text Example


Text Example

White with #CA1994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1994; }

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

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

background-color css

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

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

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

border-color css

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

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

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