Html Css Color HEX #C162CA Fuchsia

📋 copy color: '#C162CA'

red 193 ◦ green 98 ◦ blue 202

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

Shades of Fuchsia #C162CA

Tints of Fuchsia #C162CA

RGB

 RED value IS 193 (75.78% from 255) = 39.15%

 GREEN value IS 98 (38.67% from 255) = 19.88%

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 39.15%
G = 19.88%
B = 40.97%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C162CA (or 0xC162CA) is known color: Fuchsia. HEX triplet: C1, 62 and CA. RGB value is (193,98,202). Sum of RGB (Red+Green+Blue) = 193+98+202=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #C162CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162CA is #3E9D35. Grayscale: #898989. Windows color (decimal): -4103478 or 13263553. OLE color: 13263553.

HSL color Cylindrical-coordinate representation of color #C162CA: hue angle of 294.81º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C162CA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 98 202 -
CMYK 0.04 0.51 0 0.21
HSL 294.81º 0.5% 0.59% -
HSV(B) 294.81º 0.51% 0.79% -
XYZ 37.02 24.34 58.62 -
YUV 138.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 193 98 202 0.04 0.51 0 0.21 294.81 0.5 0.59
Hex C1 62 CA 4 33 0 15 127 32 3B
Octal 301 142 312 4 63 0 25 447 62 73
Binary 11000001 1100010 11001010 100 110011 0 10101 100100111 110010 111011

Color Harmonies of #C162CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162CA

Black with #C162CA

Text Example


Text Example

White with #C162CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162CA; }

 p { color: rgb(193,98,202); }

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

background-color css

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

 a { background-color: rgb(193,98,202); }

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

border-color css

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

 span { border-color: rgb(193,98,202); }

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