Html Css Color HEX #CA33AB Medium Red Violet

📋 copy color: '#CA33AB'

red 202 ◦ green 51 ◦ blue 171

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

Shades of Medium Red Violet #CA33AB

Tints of Medium Red Violet #CA33AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 47.64%
G = 12.03%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA33AB (or 0xCA33AB) is known color: Medium Red Violet. HEX triplet: CA, 33 and AB. RGB value is (202,51,171). Sum of RGB (Red+Green+Blue) = 202+51+171=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA33AB is #35CC54. Grayscale: #6D6D6D. Windows color (decimal): -3525717 or 11219914. OLE color: 11219914.

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

Color convert

RGB 202 51 171 -
CMYK 0 0.75 0.15 0.21
HSL 312.32º 0.6% 0.5% -
HSV(B) 312.32º 0.75% 0.79% -
XYZ 32.89 17.86 40.24 -
YUV 109.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 202 51 171 0 0.75 0.15 0.21 312.32 0.6 0.5
Hex CA 33 AB 0 4B F 15 138 3C 32
Octal 312 63 253 0 113 17 25 470 74 62
Binary 11001010 110011 10101011 0 1001011 1111 10101 100111000 111100 110010

Color Harmonies of #CA33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33AB

Black with #CA33AB

Text Example


Text Example

White with #CA33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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