Html Css Color HEX #CA03A6 Medium Violet Red

📋 copy color: '#CA03A6'

red 202 ◦ green 3 ◦ blue 166

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

Shades of Medium Violet Red #CA03A6

Tints of Medium Violet Red #CA03A6

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 166 (65.23% from 255) = 44.74%

R = 54.45%
G = 0.81%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA03A6 (or 0xCA03A6) is known color: Medium Violet Red. HEX triplet: CA, 03 and A6. RGB value is (202,3,166). Sum of RGB (Red+Green+Blue) = 202+3+166=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA03A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA03A6 is #35FC59. Grayscale: #505050. Windows color (decimal): -3538010 or 10879946. OLE color: 10879946.

HSL color Cylindrical-coordinate representation of color #CA03A6: hue angle of 310.85º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03A6 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 166 -
CMYK 0 0.99 0.18 0.21
HSL 310.85º 0.97% 0.4% -
HSV(B) 310.85º 0.99% 0.79% -
XYZ 31.27 15.37 37.4 -
YUV 81.08 175.93 214.25 -
System Red Green Blue C M Y K H S L
Decimal 202 3 166 0 0.99 0.18 0.21 310.85 0.97 0.4
Hex CA 3 A6 0 63 12 15 137 61 28
Octal 312 3 246 0 143 22 25 467 141 50
Binary 11001010 11 10100110 0 1100011 10010 10101 100110111 1100001 101000

Color Harmonies of #CA03A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA03A6

Black with #CA03A6

Text Example


Text Example

White with #CA03A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA03A6; }

 p { color: rgb(202,3,166); }

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

background-color css

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

 a { background-color: rgb(202,3,166); }

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

border-color css

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

 span { border-color: rgb(202,3,166); }

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