Html Css Color HEX #CA2483 Medium Violet Red

📋 copy color: '#CA2483'

red 202 ◦ green 36 ◦ blue 131

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

Shades of Medium Violet Red #CA2483

Tints of Medium Violet Red #CA2483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.76%

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

R = 54.74%
G = 9.76%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA2483 (or 0xCA2483) is known color: Medium Violet Red. HEX triplet: CA, 24 and 83. RGB value is (202,36,131). Sum of RGB (Red+Green+Blue) = 202+36+131=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2483 is #35DB7C. Grayscale: #606060. Windows color (decimal): -3529597 or 8594634. OLE color: 8594634.

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

Color convert

RGB 202 36 131 -
CMYK 0 0.82 0.35 0.21
HSL 325.66º 0.7% 0.47% -
HSV(B) 325.66º 0.82% 0.79% -
XYZ 29.08 15.46 22.92 -
YUV 96.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 202 36 131 0 0.82 0.35 0.21 325.66 0.7 0.47
Hex CA 24 83 0 52 23 15 146 46 2F
Octal 312 44 203 0 122 43 25 506 106 57
Binary 11001010 100100 10000011 0 1010010 100011 10101 101000110 1000110 101111

Color Harmonies of #CA2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2483

Black with #CA2483

Text Example


Text Example

White with #CA2483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2483; }

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

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

background-color css

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

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

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

border-color css

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

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

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