Html Css Color HEX #CA308D Medium Red Violet

📋 copy color: '#CA308D'

red 202 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #CA308D

Tints of Medium Red Violet #CA308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 51.66%
G = 12.28%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA308D (or 0xCA308D) is known color: Medium Red Violet. HEX triplet: CA, 30 and 8D. RGB value is (202,48,141). Sum of RGB (Red+Green+Blue) = 202+48+141=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA308D is #35CF72. Grayscale: #686868. Windows color (decimal): -3526515 or 9253066. OLE color: 9253066.

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

Color convert

RGB 202 48 141 -
CMYK 0 0.76 0.30 0.21
HSL 323.77º 0.62% 0.49% -
HSV(B) 323.77º 0.76% 0.79% -
XYZ 30.22 16.59 26.81 -
YUV 104.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 202 48 141 0 0.76 0.30 0.21 323.77 0.62 0.49
Hex CA 30 8D 0 4C 1E 15 144 3E 31
Octal 312 60 215 0 114 36 25 504 76 61
Binary 11001010 110000 10001101 0 1001100 11110 10101 101000100 111110 110001

Color Harmonies of #CA308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA308D

Black with #CA308D

Text Example


Text Example

White with #CA308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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