Html Css Color HEX #CA3085 Medium Red Violet

📋 copy color: '#CA3085'

red 202 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #CA3085

Tints of Medium Red Violet #CA3085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 52.74%
G = 12.53%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA3085 (or 0xCA3085) is known color: Medium Red Violet. HEX triplet: CA, 30 and 85. RGB value is (202,48,133). Sum of RGB (Red+Green+Blue) = 202+48+133=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3085 is #35CF7A. Grayscale: #676767. Windows color (decimal): -3526523 or 8728778. OLE color: 8728778.

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

Color convert

RGB 202 48 133 -
CMYK 0 0.76 0.34 0.21
HSL 326.88º 0.62% 0.49% -
HSV(B) 326.88º 0.76% 0.79% -
XYZ 29.65 16.36 23.79 -
YUV 103.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 202 48 133 0 0.76 0.34 0.21 326.88 0.62 0.49
Hex CA 30 85 0 4C 22 15 147 3E 31
Octal 312 60 205 0 114 42 25 507 76 61
Binary 11001010 110000 10000101 0 1001100 100010 10101 101000111 111110 110001

Color Harmonies of #CA3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3085

Black with #CA3085

Text Example


Text Example

White with #CA3085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3085; }

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

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

background-color css

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

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

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

border-color css

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

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

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