Html Css Color HEX #CA339B Medium Red Violet

📋 copy color: '#CA339B'

red 202 ◦ green 51 ◦ blue 155

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

Shades of Medium Red Violet #CA339B

Tints of Medium Red Violet #CA339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 49.51%
G = 12.5%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA339B (or 0xCA339B) is known color: Medium Red Violet. HEX triplet: CA, 33 and 9B. RGB value is (202,51,155). Sum of RGB (Red+Green+Blue) = 202+51+155=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA339B is #35CC64. Grayscale: #6B6B6B. Windows color (decimal): -3525733 or 10171338. OLE color: 10171338.

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

Color convert

RGB 202 51 155 -
CMYK 0 0.75 0.23 0.21
HSL 318.68º 0.6% 0.5% -
HSV(B) 318.68º 0.75% 0.79% -
XYZ 31.46 17.29 32.69 -
YUV 108.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 202 51 155 0 0.75 0.23 0.21 318.68 0.6 0.5
Hex CA 33 9B 0 4B 17 15 13F 3C 32
Octal 312 63 233 0 113 27 25 477 74 62
Binary 11001010 110011 10011011 0 1001011 10111 10101 100111111 111100 110010

Color Harmonies of #CA339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA339B

Black with #CA339B

Text Example


Text Example

White with #CA339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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