Html Css Color HEX #CA309C Medium Red Violet

📋 copy color: '#CA309C'

red 202 ◦ green 48 ◦ blue 156

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

Shades of Medium Red Violet #CA309C

Tints of Medium Red Violet #CA309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 49.75%
G = 11.82%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA309C (or 0xCA309C) is known color: Medium Red Violet. HEX triplet: CA, 30 and 9C. RGB value is (202,48,156). Sum of RGB (Red+Green+Blue) = 202+48+156=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA309C is #35CF63. Grayscale: #6A6A6A. Windows color (decimal): -3526500 or 10236106. OLE color: 10236106.

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

Color convert

RGB 202 48 156 -
CMYK 0 0.76 0.23 0.21
HSL 317.92º 0.62% 0.49% -
HSV(B) 317.92º 0.76% 0.79% -
XYZ 31.41 17.07 33.09 -
YUV 106.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 202 48 156 0 0.76 0.23 0.21 317.92 0.62 0.49
Hex CA 30 9C 0 4C 17 15 13E 3E 31
Octal 312 60 234 0 114 27 25 476 76 61
Binary 11001010 110000 10011100 0 1001100 10111 10101 100111110 111110 110001

Color Harmonies of #CA309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA309C

Black with #CA309C

Text Example


Text Example

White with #CA309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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