Html Css Color HEX #CA358F Medium Red Violet

📋 copy color: '#CA358F'

red 202 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #CA358F

Tints of Medium Red Violet #CA358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.32%

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

R = 50.75%
G = 13.32%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA358F (or 0xCA358F) is known color: Medium Red Violet. HEX triplet: CA, 35 and 8F. RGB value is (202,53,143). Sum of RGB (Red+Green+Blue) = 202+53+143=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA358F is #35CA70. Grayscale: #6B6B6B. Windows color (decimal): -3525233 or 9385418. OLE color: 9385418.

HSL color Cylindrical-coordinate representation of color #CA358F: hue angle of 323.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA358F is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 53 143 -
CMYK 0 0.74 0.29 0.21
HSL 323.76º 0.58% 0.5% -
HSV(B) 323.76º 0.74% 0.79% -
XYZ 30.59 17.09 27.67 -
YUV 107.81 147.86 195.18 -
System Red Green Blue C M Y K H S L
Decimal 202 53 143 0 0.74 0.29 0.21 323.76 0.58 0.5
Hex CA 35 8F 0 4A 1D 15 144 3A 32
Octal 312 65 217 0 112 35 25 504 72 62
Binary 11001010 110101 10001111 0 1001010 11101 10101 101000100 111010 110010

Color Harmonies of #CA358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA358F

Black with #CA358F

Text Example


Text Example

White with #CA358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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