Html Css Color HEX #CA038B Medium Violet Red

📋 copy color: '#CA038B'

red 202 ◦ green 3 ◦ blue 139

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

Shades of Medium Violet Red #CA038B

Tints of Medium Violet Red #CA038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 58.72%
G = 0.87%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA038B (or 0xCA038B) is known color: Medium Violet Red. HEX triplet: CA, 03 and 8B. RGB value is (202,3,139). Sum of RGB (Red+Green+Blue) = 202+3+139=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA038B is #35FC74. Grayscale: #4D4D4D. Windows color (decimal): -3538037 or 9110474. OLE color: 9110474.

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

Color convert

RGB 202 3 139 -
CMYK 0 0.99 0.31 0.21
HSL 319º 0.97% 0.4% -
HSV(B) 319º 0.99% 0.79% -
XYZ 29.05 14.49 25.69 -
YUV 78.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 202 3 139 0 0.99 0.31 0.21 319 0.97 0.4
Hex CA 3 8B 0 63 1F 15 13F 61 28
Octal 312 3 213 0 143 37 25 477 141 50
Binary 11001010 11 10001011 0 1100011 11111 10101 100111111 1100001 101000

Color Harmonies of #CA038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA038B

Black with #CA038B

Text Example


Text Example

White with #CA038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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