Html Css Color HEX #CA038A Medium Violet Red

📋 copy color: '#CA038A'

red 202 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #CA038A

Tints of Medium Violet Red #CA038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 58.89%
G = 0.87%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA038A (or 0xCA038A) is known color: Medium Violet Red. HEX triplet: CA, 03 and 8A. RGB value is (202,3,138). Sum of RGB (Red+Green+Blue) = 202+3+138=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA038A is #35FC75. Grayscale: #4D4D4D. Windows color (decimal): -3538038 or 9044938. OLE color: 9044938.

HSL color Cylindrical-coordinate representation of color #CA038A: hue angle of 319.3º 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 #CA038A is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 138 -
CMYK 0 0.99 0.32 0.21
HSL 319.3º 0.97% 0.4% -
HSV(B) 319.3º 0.99% 0.79% -
XYZ 28.98 14.46 25.31 -
YUV 77.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 202 3 138 0 0.99 0.32 0.21 319.3 0.97 0.4
Hex CA 3 8A 0 63 20 15 13F 61 28
Octal 312 3 212 0 143 40 25 477 141 50
Binary 11001010 11 10001010 0 1100011 100000 10101 100111111 1100001 101000

Color Harmonies of #CA038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA038A

Black with #CA038A

Text Example


Text Example

White with #CA038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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