Html Css Color HEX #C302A1 Medium Violet Red

📋 copy color: '#C302A1'

red 195 ◦ green 2 ◦ blue 161

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

Shades of Medium Violet Red #C302A1

Tints of Medium Violet Red #C302A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.97%

R = 54.47%
G = 0.56%
B = 44.97%

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

#C302A1 (or 0xC302A1) is known color: Medium Violet Red. HEX triplet: C3, 02 and A1. RGB value is (195,2,161). Sum of RGB (Red+Green+Blue) = 195+2+161=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C302A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C302A1 is #3CFD5E. Grayscale: #4D4D4D. Windows color (decimal): -3997023 or 10552003. OLE color: 10552003.

HSL color Cylindrical-coordinate representation of color #C302A1: hue angle of 310.57º 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 #C302A1 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 161 -
CMYK 0 0.99 0.17 0.24
HSL 310.57º 0.98% 0.39% -
HSV(B) 310.57º 0.99% 0.76% -
XYZ 28.96 14.22 34.94 -
YUV 77.83 174.94 211.57 -
System Red Green Blue C M Y K H S L
Decimal 195 2 161 0 0.99 0.17 0.24 310.57 0.98 0.39
Hex C3 2 A1 0 63 11 18 137 62 27
Octal 303 2 241 0 143 21 30 467 142 47
Binary 11000011 10 10100001 0 1100011 10001 11000 100110111 1100010 100111

Color Harmonies of #C302A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302A1

Black with #C302A1

Text Example


Text Example

White with #C302A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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