Html Css Color HEX #CA258C Medium Violet Red

📋 copy color: '#CA258C'

red 202 ◦ green 37 ◦ blue 140

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

Shades of Medium Violet Red #CA258C

Tints of Medium Violet Red #CA258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 53.3%
G = 9.76%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA258C (or 0xCA258C) is known color: Medium Violet Red. HEX triplet: CA, 25 and 8C. RGB value is (202,37,140). Sum of RGB (Red+Green+Blue) = 202+37+140=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA258C is #35DA73. Grayscale: #616161. Windows color (decimal): -3529332 or 9184714. OLE color: 9184714.

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

Color convert

RGB 202 37 140 -
CMYK 0 0.82 0.31 0.21
HSL 322.55º 0.69% 0.47% -
HSV(B) 322.55º 0.82% 0.79% -
XYZ 29.75 15.77 26.29 -
YUV 98.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 202 37 140 0 0.82 0.31 0.21 322.55 0.69 0.47
Hex CA 25 8C 0 52 1F 15 143 45 2F
Octal 312 45 214 0 122 37 25 503 105 57
Binary 11001010 100101 10001100 0 1010010 11111 10101 101000011 1000101 101111

Color Harmonies of #CA258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA258C

Black with #CA258C

Text Example


Text Example

White with #CA258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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