Html Css Color HEX #C06CBC Fuchsia

📋 copy color: '#C06CBC'

red 192 ◦ green 108 ◦ blue 188

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

Shades of Fuchsia #C06CBC

Tints of Fuchsia #C06CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.13%

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

R = 39.34%
G = 22.13%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C06CBC (or 0xC06CBC) is known color: Fuchsia. HEX triplet: C0, 6C and BC. RGB value is (192,108,188). Sum of RGB (Red+Green+Blue) = 192+108+188=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBC is #3F9343. Grayscale: #8E8E8E. Windows color (decimal): -4166468 or 12348608. OLE color: 12348608.

HSL color Cylindrical-coordinate representation of color #C06CBC: hue angle of 302.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06CBC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 188 -
CMYK 0 0.44 0.02 0.25
HSL 302.86º 0.4% 0.59% -
HSV(B) 302.86º 0.44% 0.75% -
XYZ 36.18 25.56 50.6 -
YUV 142.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 192 108 188 0 0.44 0.02 0.25 302.86 0.4 0.59
Hex C0 6C BC 0 2C 2 19 12F 28 3B
Octal 300 154 274 0 54 2 31 457 50 73
Binary 11000000 1101100 10111100 0 101100 10 11001 100101111 101000 111011

Color Harmonies of #C06CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CBC

Black with #C06CBC

Text Example


Text Example

White with #C06CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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