Html Css Color HEX #CA308A Medium Red Violet

📋 copy color: '#CA308A'

red 202 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #CA308A

Tints of Medium Red Violet #CA308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 52.06%
G = 12.37%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA308A (or 0xCA308A) is known color: Medium Red Violet. HEX triplet: CA, 30 and 8A. RGB value is (202,48,138). Sum of RGB (Red+Green+Blue) = 202+48+138=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA308A is #35CF75. Grayscale: #686868. Windows color (decimal): -3526518 or 9056458. OLE color: 9056458.

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

Color convert

RGB 202 48 138 -
CMYK 0 0.76 0.32 0.21
HSL 324.94º 0.62% 0.49% -
HSV(B) 324.94º 0.76% 0.79% -
XYZ 30 16.51 25.65 -
YUV 104.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 202 48 138 0 0.76 0.32 0.21 324.94 0.62 0.49
Hex CA 30 8A 0 4C 20 15 145 3E 31
Octal 312 60 212 0 114 40 25 505 76 61
Binary 11001010 110000 10001010 0 1001100 100000 10101 101000101 111110 110001

Color Harmonies of #CA308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA308A

Black with #CA308A

Text Example


Text Example

White with #CA308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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