Html Css Color HEX #CA038F Medium Violet Red

📋 copy color: '#CA038F'

red 202 ◦ green 3 ◦ blue 143

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

Shades of Medium Violet Red #CA038F

Tints of Medium Violet Red #CA038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 58.05%
G = 0.86%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA038F (or 0xCA038F) is known color: Medium Violet Red. HEX triplet: CA, 03 and 8F. RGB value is (202,3,143). Sum of RGB (Red+Green+Blue) = 202+3+143=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA038F is #35FC70. Grayscale: #4E4E4E. Windows color (decimal): -3538033 or 9372618. OLE color: 9372618.

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

Color convert

RGB 202 3 143 -
CMYK 0 0.99 0.29 0.21
HSL 317.79º 0.97% 0.4% -
HSV(B) 317.79º 0.99% 0.79% -
XYZ 29.35 14.6 27.26 -
YUV 78.46 164.43 216.12 -
System Red Green Blue C M Y K H S L
Decimal 202 3 143 0 0.99 0.29 0.21 317.79 0.97 0.4
Hex CA 3 8F 0 63 1D 15 13E 61 28
Octal 312 3 217 0 143 35 25 476 141 50
Binary 11001010 11 10001111 0 1100011 11101 10101 100111110 1100001 101000

Color Harmonies of #CA038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA038F

Black with #CA038F

Text Example


Text Example

White with #CA038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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