Html Css Color HEX #CA258D Medium Violet Red

📋 copy color: '#CA258D'

red 202 ◦ green 37 ◦ blue 141

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

Shades of Medium Violet Red #CA258D

Tints of Medium Violet Red #CA258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.74%

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 53.16%
G = 9.74%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA258D (or 0xCA258D) is known color: Medium Violet Red. HEX triplet: CA, 25 and 8D. RGB value is (202,37,141). Sum of RGB (Red+Green+Blue) = 202+37+141=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA258D is #35DA72. Grayscale: #616161. Windows color (decimal): -3529331 or 9250250. OLE color: 9250250.

HSL color Cylindrical-coordinate representation of color #CA258D: hue angle of 322.18º degrees, saturation: 0.69, 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 #CA258D is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 141 -
CMYK 0 0.82 0.30 0.21
HSL 322.18º 0.69% 0.47% -
HSV(B) 322.18º 0.82% 0.79% -
XYZ 29.83 15.8 26.68 -
YUV 98.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 202 37 141 0 0.82 0.30 0.21 322.18 0.69 0.47
Hex CA 25 8D 0 52 1E 15 142 45 2F
Octal 312 45 215 0 122 36 25 502 105 57
Binary 11001010 100101 10001101 0 1010010 11110 10101 101000010 1000101 101111

Color Harmonies of #CA258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA258D

Black with #CA258D

Text Example


Text Example

White with #CA258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA258D; }

 p { color: rgb(202,37,141); }

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

background-color css

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

 a { background-color: rgb(202,37,141); }

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

border-color css

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

 span { border-color: rgb(202,37,141); }

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