Html Css Color HEX #CA1485 Medium Violet Red

📋 copy color: '#CA1485'

red 202 ◦ green 20 ◦ blue 133

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

Shades of Medium Violet Red #CA1485

Tints of Medium Violet Red #CA1485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 56.9%
G = 5.63%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA1485 (or 0xCA1485) is known color: Medium Violet Red. HEX triplet: CA, 14 and 85. RGB value is (202,20,133). Sum of RGB (Red+Green+Blue) = 202+20+133=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1485 is #35EB7A. Grayscale: #575757. Windows color (decimal): -3533691 or 8721610. OLE color: 8721610.

HSL color Cylindrical-coordinate representation of color #CA1485: hue angle of 322.75º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1485 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 133 -
CMYK 0 0.90 0.34 0.21
HSL 322.75º 0.82% 0.44% -
HSV(B) 322.75º 0.9% 0.79% -
XYZ 28.84 14.75 23.52 -
YUV 87.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 202 20 133 0 0.90 0.34 0.21 322.75 0.82 0.44
Hex CA 14 85 0 5A 22 15 143 52 2C
Octal 312 24 205 0 132 42 25 503 122 54
Binary 11001010 10100 10000101 0 1011010 100010 10101 101000011 1010010 101100

Color Harmonies of #CA1485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1485

Black with #CA1485

Text Example


Text Example

White with #CA1485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1485; }

 p { color: rgb(202,20,133); }

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

background-color css

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

 a { background-color: rgb(202,20,133); }

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

border-color css

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

 span { border-color: rgb(202,20,133); }

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