Html Css Color HEX #CA257C Medium Violet Red

📋 copy color: '#CA257C'

red 202 ◦ green 37 ◦ blue 124

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

Shades of Medium Violet Red #CA257C

Tints of Medium Violet Red #CA257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 55.65%
G = 10.19%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA257C (or 0xCA257C) is known color: Medium Violet Red. HEX triplet: CA, 25 and 7C. RGB value is (202,37,124). Sum of RGB (Red+Green+Blue) = 202+37+124=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA257C is #35DA83. Grayscale: #606060. Windows color (decimal): -3529348 or 8136138. OLE color: 8136138.

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

Color convert

RGB 202 37 124 -
CMYK 0 0.82 0.39 0.21
HSL 328.36º 0.69% 0.47% -
HSV(B) 328.36º 0.82% 0.79% -
XYZ 28.66 15.33 20.52 -
YUV 96.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 202 37 124 0 0.82 0.39 0.21 328.36 0.69 0.47
Hex CA 25 7C 0 52 27 15 148 45 2F
Octal 312 45 174 0 122 47 25 510 105 57
Binary 11001010 100101 1111100 0 1010010 100111 10101 101001000 1000101 101111

Color Harmonies of #CA257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA257C

Black with #CA257C

Text Example


Text Example

White with #CA257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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