Html Css Color HEX #CA338E Medium Red Violet

📋 copy color: '#CA338E'

red 202 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #CA338E

Tints of Medium Red Violet #CA338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.91%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 51.14%
G = 12.91%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA338E (or 0xCA338E) is known color: Medium Red Violet. HEX triplet: CA, 33 and 8E. RGB value is (202,51,142). Sum of RGB (Red+Green+Blue) = 202+51+142=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA338E is #35CC71. Grayscale: #6A6A6A. Windows color (decimal): -3525746 or 9319370. OLE color: 9319370.

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

Color convert

RGB 202 51 142 -
CMYK 0 0.75 0.30 0.21
HSL 323.84º 0.6% 0.5% -
HSV(B) 323.84º 0.75% 0.79% -
XYZ 30.42 16.88 27.25 -
YUV 106.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 202 51 142 0 0.75 0.30 0.21 323.84 0.6 0.5
Hex CA 33 8E 0 4B 1E 15 144 3C 32
Octal 312 63 216 0 113 36 25 504 74 62
Binary 11001010 110011 10001110 0 1001011 11110 10101 101000100 111100 110010

Color Harmonies of #CA338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA338E

Black with #CA338E

Text Example


Text Example

White with #CA338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA338E; }

 p { color: rgb(202,51,142); }

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

background-color css

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

 a { background-color: rgb(202,51,142); }

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

border-color css

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

 span { border-color: rgb(202,51,142); }

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