Html Css Color HEX #C402A2 Medium Violet Red

📋 copy color: '#C402A2'

red 196 ◦ green 2 ◦ blue 162

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

Shades of Medium Violet Red #C402A2

Tints of Medium Violet Red #C402A2

RGB

 RED value IS 196 (76.95% from 255) = 54.44%

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

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

R = 54.44%
G = 0.56%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C402A2 (or 0xC402A2) is known color: Medium Violet Red. HEX triplet: C4, 02 and A2. RGB value is (196,2,162). Sum of RGB (Red+Green+Blue) = 196+2+162=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C402A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C402A2 is #3BFD5D. Grayscale: #4D4D4D. Windows color (decimal): -3931486 or 10617540. OLE color: 10617540.

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

Color convert

RGB 196 2 162 -
CMYK 0 0.99 0.17 0.23
HSL 310.52º 0.98% 0.39% -
HSV(B) 310.52º 0.99% 0.77% -
XYZ 29.31 14.39 35.41 -
YUV 78.25 175.27 211.99 -
System Red Green Blue C M Y K H S L
Decimal 196 2 162 0 0.99 0.17 0.23 310.52 0.98 0.39
Hex C4 2 A2 0 63 11 17 137 62 27
Octal 304 2 242 0 143 21 27 467 142 47
Binary 11000100 10 10100010 0 1100011 10001 10111 100110111 1100010 100111

Color Harmonies of #C402A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402A2

Black with #C402A2

Text Example


Text Example

White with #C402A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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