Html Css Color HEX #CA257D Medium Violet Red

📋 copy color: '#CA257D'

red 202 ◦ green 37 ◦ blue 125

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

Shades of Medium Violet Red #CA257D

Tints of Medium Violet Red #CA257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 55.49%
G = 10.16%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA257D (or 0xCA257D) is known color: Medium Violet Red. HEX triplet: CA, 25 and 7D. RGB value is (202,37,125). Sum of RGB (Red+Green+Blue) = 202+37+125=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA257D is #35DA82. Grayscale: #606060. Windows color (decimal): -3529347 or 8201674. OLE color: 8201674.

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

Color convert

RGB 202 37 125 -
CMYK 0 0.82 0.38 0.21
HSL 328º 0.69% 0.47% -
HSV(B) 328º 0.82% 0.79% -
XYZ 28.72 15.36 20.85 -
YUV 96.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 202 37 125 0 0.82 0.38 0.21 328 0.69 0.47
Hex CA 25 7D 0 52 26 15 148 45 2F
Octal 312 45 175 0 122 46 25 510 105 57
Binary 11001010 100101 1111101 0 1010010 100110 10101 101001000 1000101 101111

Color Harmonies of #CA257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA257D

Black with #CA257D

Text Example


Text Example

White with #CA257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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