Html Css Color HEX #C066C0 Fuchsia

📋 copy color: '#C066C0'

red 192 ◦ green 102 ◦ blue 192

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

Shades of Fuchsia #C066C0

Tints of Fuchsia #C066C0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.99%

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 39.51%
G = 20.99%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C066C0 (or 0xC066C0) is known color: Fuchsia. HEX triplet: C0, 66 and C0. RGB value is (192,102,192). Sum of RGB (Red+Green+Blue) = 192+102+192=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C066C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066C0 is #3F993F. Grayscale: #8A8A8A. Windows color (decimal): -4168000 or 12609216. OLE color: 12609216.

HSL color Cylindrical-coordinate representation of color #C066C0: hue angle of 300º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C066C0 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 192 -
CMYK 0 0.47 0 0.25
HSL 300º 0.42% 0.58% -
HSV(B) 300º 0.47% 0.75% -
XYZ 36 24.51 52.7 -
YUV 139.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 192 102 192 0 0.47 0 0.25 300 0.42 0.58
Hex C0 66 C0 0 2F 0 19 12C 2A 3A
Octal 300 146 300 0 57 0 31 454 52 72
Binary 11000000 1100110 11000000 0 101111 0 11001 100101100 101010 111010

Color Harmonies of #C066C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066C0

Black with #C066C0

Text Example


Text Example

White with #C066C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066C0; }

 p { color: rgb(192,102,192); }

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

background-color css

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

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

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

border-color css

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

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

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