Html Css Color HEX #C300A2 Medium Violet Red

📋 copy color: '#C300A2'

red 195 ◦ green 0 ◦ blue 162

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

Shades of Medium Violet Red #C300A2

Tints of Medium Violet Red #C300A2

RGB

 RED value IS 195 (76.56% from 255) = 54.62%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 54.62%
G = 0%
B = 45.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C300A2 (or 0xC300A2) is known color: Medium Violet Red. HEX triplet: C3, 00 and A2. RGB value is (195,0,162). Sum of RGB (Red+Green+Blue) = 195+0+162=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C300A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300A2 is #3CFF5D. Grayscale: #4C4C4C. Windows color (decimal): -3997534 or 10617027. OLE color: 10617027.

HSL color Cylindrical-coordinate representation of color #C300A2: hue angle of 310.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300A2 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 162 -
CMYK 0 1 0.17 0.24
HSL 310.15º 1% 0.38% -
HSV(B) 310.15º 1% 0.76% -
XYZ 29.03 14.21 35.4 -
YUV 76.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 195 0 162 0 1 0.17 0.24 310.15 1 0.38
Hex C3 0 A2 0 64 11 18 136 64 26
Octal 303 0 242 0 144 21 30 466 144 46
Binary 11000011 0 10100010 0 1100100 10001 11000 100110110 1100100 100110

Color Harmonies of #C300A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300A2

Black with #C300A2

Text Example


Text Example

White with #C300A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300A2; }

 p { color: rgb(195,0,162); }

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

background-color css

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

 a { background-color: rgb(195,0,162); }

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

border-color css

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

 span { border-color: rgb(195,0,162); }

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