Html Css Color HEX #C066BC Fuchsia

📋 copy color: '#C066BC'

red 192 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #C066BC

Tints of Fuchsia #C066BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 39.83%
G = 21.16%
B = 39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C066BC (or 0xC066BC) is known color: Fuchsia. HEX triplet: C0, 66 and BC. RGB value is (192,102,188). Sum of RGB (Red+Green+Blue) = 192+102+188=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C066BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066BC is #3F9943. Grayscale: #8A8A8A. Windows color (decimal): -4168004 or 12347072. OLE color: 12347072.

HSL color Cylindrical-coordinate representation of color #C066BC: hue angle of 302.67º 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 #C066BC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 188 -
CMYK 0 0.47 0.02 0.25
HSL 302.67º 0.42% 0.58% -
HSV(B) 302.67º 0.47% 0.75% -
XYZ 35.57 24.34 50.4 -
YUV 138.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 192 102 188 0 0.47 0.02 0.25 302.67 0.42 0.58
Hex C0 66 BC 0 2F 2 19 12F 2A 3A
Octal 300 146 274 0 57 2 31 457 52 72
Binary 11000000 1100110 10111100 0 101111 10 11001 100101111 101010 111010

Color Harmonies of #C066BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066BC

Black with #C066BC

Text Example


Text Example

White with #C066BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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