Html Css Color HEX #C060C4 Fuchsia

📋 copy color: '#C060C4'

red 192 ◦ green 96 ◦ blue 196

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

Shades of Fuchsia #C060C4

Tints of Fuchsia #C060C4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.83%

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 39.67%
G = 19.83%
B = 40.5%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C060C4 (or 0xC060C4) is known color: Fuchsia. HEX triplet: C0, 60 and C4. RGB value is (192,96,196). Sum of RGB (Red+Green+Blue) = 192+96+196=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #C060C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060C4 is #3F9F3B. Grayscale: #878787. Windows color (decimal): -4169532 or 12869824. OLE color: 12869824.

HSL color Cylindrical-coordinate representation of color #C060C4: hue angle of 297.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C060C4 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 96 196 -
CMYK 0.02 0.51 0 0.23
HSL 297.6º 0.46% 0.57% -
HSV(B) 297.6º 0.51% 0.77% -
XYZ 35.88 23.56 54.88 -
YUV 136.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 192 96 196 0.02 0.51 0 0.23 297.6 0.46 0.57
Hex C0 60 C4 2 33 0 17 12A 2E 39
Octal 300 140 304 2 63 0 27 452 56 71
Binary 11000000 1100000 11000100 10 110011 0 10111 100101010 101110 111001

Color Harmonies of #C060C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060C4

Black with #C060C4

Text Example


Text Example

White with #C060C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060C4; }

 p { color: rgb(192,96,196); }

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

background-color css

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

 a { background-color: rgb(192,96,196); }

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

border-color css

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

 span { border-color: rgb(192,96,196); }

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