Html Css Color HEX #CA0883 Medium Violet Red

📋 copy color: '#CA0883'

red 202 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #CA0883

Tints of Medium Violet Red #CA0883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 59.24%
G = 2.35%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA0883 (or 0xCA0883) is known color: Medium Violet Red. HEX triplet: CA, 08 and 83. RGB value is (202,8,131). Sum of RGB (Red+Green+Blue) = 202+8+131=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0883 is #35F77C. Grayscale: #4F4F4F. Windows color (decimal): -3536765 or 8587466. OLE color: 8587466.

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

Color convert

RGB 202 8 131 -
CMYK 0 0.96 0.35 0.21
HSL 321.96º 0.92% 0.41% -
HSV(B) 321.96º 0.96% 0.79% -
XYZ 28.54 14.37 22.74 -
YUV 80.03 156.77 215 -
System Red Green Blue C M Y K H S L
Decimal 202 8 131 0 0.96 0.35 0.21 321.96 0.92 0.41
Hex CA 8 83 0 60 23 15 142 5C 29
Octal 312 10 203 0 140 43 25 502 134 51
Binary 11001010 1000 10000011 0 1100000 100011 10101 101000010 1011100 101001

Color Harmonies of #CA0883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0883

Black with #CA0883

Text Example


Text Example

White with #CA0883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0883; }

 p { color: rgb(202,8,131); }

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

background-color css

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

 a { background-color: rgb(202,8,131); }

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

border-color css

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

 span { border-color: rgb(202,8,131); }

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