Html Css Color HEX #CA0682 Medium Violet Red

📋 copy color: '#CA0682'

red 202 ◦ green 6 ◦ blue 130

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

Shades of Medium Violet Red #CA0682

Tints of Medium Violet Red #CA0682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 130 (51.17% from 255) = 38.46%

R = 59.76%
G = 1.78%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA0682 (or 0xCA0682) is known color: Medium Violet Red. HEX triplet: CA, 06 and 82. RGB value is (202,6,130). Sum of RGB (Red+Green+Blue) = 202+6+130=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0682 is #35F97D. Grayscale: #4E4E4E. Windows color (decimal): -3537278 or 8521418. OLE color: 8521418.

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

Color convert

RGB 202 6 130 -
CMYK 0 0.97 0.36 0.21
HSL 322.04º 0.94% 0.41% -
HSV(B) 322.04º 0.97% 0.79% -
XYZ 28.45 14.3 22.38 -
YUV 78.74 156.93 215.92 -
System Red Green Blue C M Y K H S L
Decimal 202 6 130 0 0.97 0.36 0.21 322.04 0.94 0.41
Hex CA 6 82 0 61 24 15 142 5E 29
Octal 312 6 202 0 141 44 25 502 136 51
Binary 11001010 110 10000010 0 1100001 100100 10101 101000010 1011110 101001

Color Harmonies of #CA0682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0682

Black with #CA0682

Text Example


Text Example

White with #CA0682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0682; }

 p { color: rgb(202,6,130); }

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

background-color css

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

 a { background-color: rgb(202,6,130); }

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

border-color css

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

 span { border-color: rgb(202,6,130); }

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