Html Css Color HEX #C06CB7 Fuchsia

📋 copy color: '#C06CB7'

red 192 ◦ green 108 ◦ blue 183

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

Shades of Fuchsia #C06CB7

Tints of Fuchsia #C06CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.89%

R = 39.75%
G = 22.36%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C06CB7 (or 0xC06CB7) is known color: Fuchsia. HEX triplet: C0, 6C and B7. RGB value is (192,108,183). Sum of RGB (Red+Green+Blue) = 192+108+183=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CB7 is #3F9348. Grayscale: #8D8D8D. Windows color (decimal): -4166473 or 12020928. OLE color: 12020928.

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

Color convert

RGB 192 108 183 -
CMYK 0 0.44 0.05 0.25
HSL 306.43º 0.4% 0.59% -
HSV(B) 306.43º 0.44% 0.75% -
XYZ 35.65 25.35 47.81 -
YUV 141.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 192 108 183 0 0.44 0.05 0.25 306.43 0.4 0.59
Hex C0 6C B7 0 2C 5 19 132 28 3B
Octal 300 154 267 0 54 5 31 462 50 73
Binary 11000000 1101100 10110111 0 101100 101 11001 100110010 101000 111011

Color Harmonies of #C06CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CB7

Black with #C06CB7

Text Example


Text Example

White with #C06CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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