Html Css Color HEX #CA30AC Medium Red Violet

📋 copy color: '#CA30AC'

red 202 ◦ green 48 ◦ blue 172

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

Shades of Medium Red Violet #CA30AC

Tints of Medium Red Violet #CA30AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.37%

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 47.87%
G = 11.37%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA30AC (or 0xCA30AC) is known color: Medium Red Violet. HEX triplet: CA, 30 and AC. RGB value is (202,48,172). Sum of RGB (Red+Green+Blue) = 202+48+172=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA30AC is #35CF53. Grayscale: #6B6B6B. Windows color (decimal): -3526484 or 11284682. OLE color: 11284682.

HSL color Cylindrical-coordinate representation of color #CA30AC: hue angle of 311.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA30AC is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 172 -
CMYK 0 0.76 0.15 0.21
HSL 311.69º 0.62% 0.49% -
HSV(B) 311.69º 0.76% 0.79% -
XYZ 32.86 17.65 40.7 -
YUV 108.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 202 48 172 0 0.76 0.15 0.21 311.69 0.62 0.49
Hex CA 30 AC 0 4C F 15 138 3E 31
Octal 312 60 254 0 114 17 25 470 76 61
Binary 11001010 110000 10101100 0 1001100 1111 10101 100111000 111110 110001

Color Harmonies of #CA30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30AC

Black with #CA30AC

Text Example


Text Example

White with #CA30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30AC; }

 p { color: rgb(202,48,172); }

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

background-color css

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

 a { background-color: rgb(202,48,172); }

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

border-color css

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

 span { border-color: rgb(202,48,172); }

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