Html Css Color HEX #CA338C Medium Red Violet

📋 copy color: '#CA338C'

red 202 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #CA338C

Tints of Medium Red Violet #CA338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 51.4%
G = 12.98%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA338C (or 0xCA338C) is known color: Medium Red Violet. HEX triplet: CA, 33 and 8C. RGB value is (202,51,140). Sum of RGB (Red+Green+Blue) = 202+51+140=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA338C is #35CC73. Grayscale: #6A6A6A. Windows color (decimal): -3525748 or 9188298. OLE color: 9188298.

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

Color convert

RGB 202 51 140 -
CMYK 0 0.75 0.31 0.21
HSL 324.64º 0.6% 0.5% -
HSV(B) 324.64º 0.75% 0.79% -
XYZ 30.27 16.82 26.46 -
YUV 106.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 202 51 140 0 0.75 0.31 0.21 324.64 0.6 0.5
Hex CA 33 8C 0 4B 1F 15 145 3C 32
Octal 312 63 214 0 113 37 25 505 74 62
Binary 11001010 110011 10001100 0 1001011 11111 10101 101000101 111100 110010

Color Harmonies of #CA338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA338C

Black with #CA338C

Text Example


Text Example

White with #CA338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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