Html Css Color HEX #CA0885 Medium Violet Red

📋 copy color: '#CA0885'

red 202 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #CA0885

Tints of Medium Violet Red #CA0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 58.89%
G = 2.33%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA0885 (or 0xCA0885) is known color: Medium Violet Red. HEX triplet: CA, 08 and 85. RGB value is (202,8,133). Sum of RGB (Red+Green+Blue) = 202+8+133=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0885 is #35F77A. Grayscale: #4F4F4F. Windows color (decimal): -3536763 or 8718538. OLE color: 8718538.

HSL color Cylindrical-coordinate representation of color #CA0885: hue angle of 321.34º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0885 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 133 -
CMYK 0 0.96 0.34 0.21
HSL 321.34º 0.92% 0.41% -
HSV(B) 321.34º 0.96% 0.79% -
XYZ 28.68 14.42 23.46 -
YUV 80.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 202 8 133 0 0.96 0.34 0.21 321.34 0.92 0.41
Hex CA 8 85 0 60 22 15 141 5C 29
Octal 312 10 205 0 140 42 25 501 134 51
Binary 11001010 1000 10000101 0 1100000 100010 10101 101000001 1011100 101001

Color Harmonies of #CA0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0885

Black with #CA0885

Text Example


Text Example

White with #CA0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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