Html Css Color HEX #CA258F Medium Violet Red

📋 copy color: '#CA258F'

red 202 ◦ green 37 ◦ blue 143

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

Shades of Medium Violet Red #CA258F

Tints of Medium Violet Red #CA258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 52.88%
G = 9.69%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA258F (or 0xCA258F) is known color: Medium Violet Red. HEX triplet: CA, 25 and 8F. RGB value is (202,37,143). Sum of RGB (Red+Green+Blue) = 202+37+143=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA258F is #35DA70. Grayscale: #626262. Windows color (decimal): -3529329 or 9381322. OLE color: 9381322.

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

Color convert

RGB 202 37 143 -
CMYK 0 0.82 0.29 0.21
HSL 321.45º 0.69% 0.47% -
HSV(B) 321.45º 0.82% 0.79% -
XYZ 29.98 15.86 27.47 -
YUV 98.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 202 37 143 0 0.82 0.29 0.21 321.45 0.69 0.47
Hex CA 25 8F 0 52 1D 15 141 45 2F
Octal 312 45 217 0 122 35 25 501 105 57
Binary 11001010 100101 10001111 0 1010010 11101 10101 101000001 1000101 101111

Color Harmonies of #CA258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA258F

Black with #CA258F

Text Example


Text Example

White with #CA258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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