Html Css Color HEX #C151C2 Fuchsia

📋 copy color: '#C151C2'

red 193 ◦ green 81 ◦ blue 194

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

Shades of Fuchsia #C151C2

Tints of Fuchsia #C151C2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.31%

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 41.24%
G = 17.31%
B = 41.45%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C151C2 (or 0xC151C2) is known color: Fuchsia. HEX triplet: C1, 51 and C2. RGB value is (193,81,194). Sum of RGB (Red+Green+Blue) = 193+81+194=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #C151C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151C2 is #3EAE3D. Grayscale: #7F7F7F. Windows color (decimal): -4107838 or 12734913. OLE color: 12734913.

HSL color Cylindrical-coordinate representation of color #C151C2: hue angle of 299.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C151C2 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 194 -
CMYK 0.01 0.58 0 0.24
HSL 299.47º 0.48% 0.54% -
HSV(B) 299.47º 0.58% 0.76% -
XYZ 34.67 21.12 53.29 -
YUV 127.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 193 81 194 0.01 0.58 0 0.24 299.47 0.48 0.54
Hex C1 51 C2 1 3A 0 18 12B 30 36
Octal 301 121 302 1 72 0 30 453 60 66
Binary 11000001 1010001 11000010 1 111010 0 11000 100101011 110000 110110

Color Harmonies of #C151C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151C2

Black with #C151C2

Text Example


Text Example

White with #C151C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151C2; }

 p { color: rgb(193,81,194); }

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

background-color css

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

 a { background-color: rgb(193,81,194); }

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

border-color css

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

 span { border-color: rgb(193,81,194); }

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