Html Css Color HEX #CA1883 Medium Violet Red

📋 copy color: '#CA1883'

red 202 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #CA1883

Tints of Medium Violet Red #CA1883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

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

R = 56.58%
G = 6.72%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA1883 (or 0xCA1883) is known color: Medium Violet Red. HEX triplet: CA, 18 and 83. RGB value is (202,24,131). Sum of RGB (Red+Green+Blue) = 202+24+131=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1883 is #35E77C. Grayscale: #595959. Windows color (decimal): -3532669 or 8591562. OLE color: 8591562.

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

Color convert

RGB 202 24 131 -
CMYK 0 0.88 0.35 0.21
HSL 323.93º 0.79% 0.44% -
HSV(B) 323.93º 0.88% 0.79% -
XYZ 28.78 14.85 22.82 -
YUV 89.42 151.47 208.3 -
System Red Green Blue C M Y K H S L
Decimal 202 24 131 0 0.88 0.35 0.21 323.93 0.79 0.44
Hex CA 18 83 0 58 23 15 144 4F 2C
Octal 312 30 203 0 130 43 25 504 117 54
Binary 11001010 11000 10000011 0 1011000 100011 10101 101000100 1001111 101100

Color Harmonies of #CA1883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1883

Black with #CA1883

Text Example


Text Example

White with #CA1883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1883; }

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

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

background-color css

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

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

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

border-color css

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

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

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