Html Css Color HEX #CA078B Medium Violet Red

📋 copy color: '#CA078B'

red 202 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #CA078B

Tints of Medium Violet Red #CA078B

RGB

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

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

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

R = 58.05%
G = 2.01%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA078B (or 0xCA078B) is known color: Medium Violet Red. HEX triplet: CA, 07 and 8B. RGB value is (202,7,139). Sum of RGB (Red+Green+Blue) = 202+7+139=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA078B is #35F874. Grayscale: #505050. Windows color (decimal): -3537013 or 9111498. OLE color: 9111498.

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

Color convert

RGB 202 7 139 -
CMYK 0 0.97 0.31 0.21
HSL 319.38º 0.93% 0.41% -
HSV(B) 319.38º 0.97% 0.79% -
XYZ 29.09 14.57 25.71 -
YUV 80.35 161.1 214.77 -
System Red Green Blue C M Y K H S L
Decimal 202 7 139 0 0.97 0.31 0.21 319.38 0.93 0.41
Hex CA 7 8B 0 61 1F 15 13F 5D 29
Octal 312 7 213 0 141 37 25 477 135 51
Binary 11001010 111 10001011 0 1100001 11111 10101 100111111 1011101 101001

Color Harmonies of #CA078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA078B

Black with #CA078B

Text Example


Text Example

White with #CA078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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