Html Css Color HEX #CA078D Medium Violet Red

📋 copy color: '#CA078D'

red 202 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #CA078D

Tints of Medium Violet Red #CA078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

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

R = 57.71%
G = 2%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA078D (or 0xCA078D) is known color: Medium Violet Red. HEX triplet: CA, 07 and 8D. RGB value is (202,7,141). Sum of RGB (Red+Green+Blue) = 202+7+141=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA078D is #35F872. Grayscale: #505050. Windows color (decimal): -3537011 or 9242570. OLE color: 9242570.

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

Color convert

RGB 202 7 141 -
CMYK 0 0.97 0.30 0.21
HSL 318.77º 0.93% 0.41% -
HSV(B) 318.77º 0.97% 0.79% -
XYZ 29.24 14.63 26.48 -
YUV 80.58 162.1 214.6 -
System Red Green Blue C M Y K H S L
Decimal 202 7 141 0 0.97 0.30 0.21 318.77 0.93 0.41
Hex CA 7 8D 0 61 1E 15 13F 5D 29
Octal 312 7 215 0 141 36 25 477 135 51
Binary 11001010 111 10001101 0 1100001 11110 10101 100111111 1011101 101001

Color Harmonies of #CA078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA078D

Black with #CA078D

Text Example


Text Example

White with #CA078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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