Html Css Color HEX #CA038D Medium Violet Red

📋 copy color: '#CA038D'

red 202 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #CA038D

Tints of Medium Violet Red #CA038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 58.38%
G = 0.87%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA038D (or 0xCA038D) is known color: Medium Violet Red. HEX triplet: CA, 03 and 8D. RGB value is (202,3,141). Sum of RGB (Red+Green+Blue) = 202+3+141=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA038D is #35FC72. Grayscale: #4D4D4D. Windows color (decimal): -3538035 or 9241546. OLE color: 9241546.

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

Color convert

RGB 202 3 141 -
CMYK 0 0.99 0.30 0.21
HSL 318.39º 0.97% 0.4% -
HSV(B) 318.39º 0.99% 0.79% -
XYZ 29.2 14.54 26.47 -
YUV 78.23 163.43 216.28 -
System Red Green Blue C M Y K H S L
Decimal 202 3 141 0 0.99 0.30 0.21 318.39 0.97 0.4
Hex CA 3 8D 0 63 1E 15 13E 61 28
Octal 312 3 215 0 143 36 25 476 141 50
Binary 11001010 11 10001101 0 1100011 11110 10101 100111110 1100001 101000

Color Harmonies of #CA038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA038D

Black with #CA038D

Text Example


Text Example

White with #CA038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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