Html Css Color HEX #CA1295 Medium Violet Red

📋 copy color: '#CA1295'

red 202 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #CA1295

Tints of Medium Violet Red #CA1295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 54.74%
G = 4.88%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA1295 (or 0xCA1295) is known color: Medium Violet Red. HEX triplet: CA, 12 and 95. RGB value is (202,18,149). Sum of RGB (Red+Green+Blue) = 202+18+149=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1295 is #35ED6A. Grayscale: #575757. Windows color (decimal): -3534187 or 9769674. OLE color: 9769674.

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

Color convert

RGB 202 18 149 -
CMYK 0 0.91 0.26 0.21
HSL 317.28º 0.84% 0.43% -
HSV(B) 317.28º 0.91% 0.79% -
XYZ 30 15.16 29.78 -
YUV 87.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 202 18 149 0 0.91 0.26 0.21 317.28 0.84 0.43
Hex CA 12 95 0 5B 1A 15 13D 54 2B
Octal 312 22 225 0 133 32 25 475 124 53
Binary 11001010 10010 10010101 0 1011011 11010 10101 100111101 1010100 101011

Color Harmonies of #CA1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1295

Black with #CA1295

Text Example


Text Example

White with #CA1295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1295; }

 p { color: rgb(202,18,149); }

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

background-color css

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

 a { background-color: rgb(202,18,149); }

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

border-color css

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

 span { border-color: rgb(202,18,149); }

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