Html Css Color HEX #C06CBB Fuchsia

📋 copy color: '#C06CBB'

red 192 ◦ green 108 ◦ blue 187

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

Shades of Fuchsia #C06CBB

Tints of Fuchsia #C06CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 39.43%
G = 22.18%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C06CBB (or 0xC06CBB) is known color: Fuchsia. HEX triplet: C0, 6C and BB. RGB value is (192,108,187). Sum of RGB (Red+Green+Blue) = 192+108+187=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBB is #3F9344. Grayscale: #8D8D8D. Windows color (decimal): -4166469 or 12283072. OLE color: 12283072.

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

Color convert

RGB 192 108 187 -
CMYK 0 0.44 0.03 0.25
HSL 303.57º 0.4% 0.59% -
HSV(B) 303.57º 0.44% 0.75% -
XYZ 36.07 25.52 50.04 -
YUV 142.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 192 108 187 0 0.44 0.03 0.25 303.57 0.4 0.59
Hex C0 6C BB 0 2C 3 19 130 28 3B
Octal 300 154 273 0 54 3 31 460 50 73
Binary 11000000 1101100 10111011 0 101100 11 11001 100110000 101000 111011

Color Harmonies of #C06CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CBB

Black with #C06CBB

Text Example


Text Example

White with #C06CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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