Html Css Color HEX #C05AC7 Fuchsia

📋 copy color: '#C05AC7'

red 192 ◦ green 90 ◦ blue 199

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

Shades of Fuchsia #C05AC7

Tints of Fuchsia #C05AC7

RGB

 RED value IS 192 (75.39% from 255) = 39.92%

 GREEN value IS 90 (35.55% from 255) = 18.71%

 BLUE value IS 199 (78.13% from 255) = 41.37%

R = 39.92%
G = 18.71%
B = 41.37%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C05AC7 (or 0xC05AC7) is known color: Fuchsia. HEX triplet: C0, 5A and C7. RGB value is (192,90,199). Sum of RGB (Red+Green+Blue) = 192+90+199=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #C05AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AC7 is #3FA538. Grayscale: #848484. Windows color (decimal): -4171065 or 13064896. OLE color: 13064896.

HSL color Cylindrical-coordinate representation of color #C05AC7: hue angle of 296.15º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05AC7 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 90 199 -
CMYK 0.04 0.55 0 0.22
HSL 296.15º 0.49% 0.57% -
HSV(B) 296.15º 0.55% 0.78% -
XYZ 35.7 22.64 56.52 -
YUV 132.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 192 90 199 0.04 0.55 0 0.22 296.15 0.49 0.57
Hex C0 5A C7 4 37 0 16 128 31 39
Octal 300 132 307 4 67 0 26 450 61 71
Binary 11000000 1011010 11000111 100 110111 0 10110 100101000 110001 111001

Color Harmonies of #C05AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AC7

Black with #C05AC7

Text Example


Text Example

White with #C05AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AC7; }

 p { color: rgb(192,90,199); }

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

background-color css

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

 a { background-color: rgb(192,90,199); }

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

border-color css

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

 span { border-color: rgb(192,90,199); }

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