Html Css Color HEX #C302A2 Medium Violet Red

📋 copy color: '#C302A2'

red 195 ◦ green 2 ◦ blue 162

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

Shades of Medium Violet Red #C302A2

Tints of Medium Violet Red #C302A2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 54.32%
G = 0.56%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C302A2 (or 0xC302A2) is known color: Medium Violet Red. HEX triplet: C3, 02 and A2. RGB value is (195,2,162). Sum of RGB (Red+Green+Blue) = 195+2+162=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C302A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C302A2 is #3CFD5D. Grayscale: #4D4D4D. Windows color (decimal): -3997022 or 10617539. OLE color: 10617539.

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

Color convert

RGB 195 2 162 -
CMYK 0 0.99 0.17 0.24
HSL 310.26º 0.98% 0.39% -
HSV(B) 310.26º 0.99% 0.76% -
XYZ 29.05 14.25 35.4 -
YUV 77.95 175.44 211.49 -
System Red Green Blue C M Y K H S L
Decimal 195 2 162 0 0.99 0.17 0.24 310.26 0.98 0.39
Hex C3 2 A2 0 63 11 18 136 62 27
Octal 303 2 242 0 143 21 30 466 142 47
Binary 11000011 10 10100010 0 1100011 10001 11000 100110110 1100010 100111

Color Harmonies of #C302A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302A2

Black with #C302A2

Text Example


Text Example

White with #C302A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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