Html Css Color HEX #C068B0 Fuchsia

📋 copy color: '#C068B0'

red 192 ◦ green 104 ◦ blue 176

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

Shades of Fuchsia #C068B0

Tints of Fuchsia #C068B0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 40.68%
G = 22.03%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C068B0 (or 0xC068B0) is known color: Fuchsia. HEX triplet: C0, 68 and B0. RGB value is (192,104,176). Sum of RGB (Red+Green+Blue) = 192+104+176=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C068B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068B0 is #3F974F. Grayscale: #8A8A8A. Windows color (decimal): -4167504 or 11561152. OLE color: 11561152.

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

Color convert

RGB 192 104 176 -
CMYK 0 0.46 0.08 0.25
HSL 310.91º 0.41% 0.58% -
HSV(B) 310.91º 0.46% 0.75% -
XYZ 34.53 24.24 43.93 -
YUV 138.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 192 104 176 0 0.46 0.08 0.25 310.91 0.41 0.58
Hex C0 68 B0 0 2E 8 19 137 29 3A
Octal 300 150 260 0 56 10 31 467 51 72
Binary 11000000 1101000 10110000 0 101110 1000 11001 100110111 101001 111010

Color Harmonies of #C068B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068B0

Black with #C068B0

Text Example


Text Example

White with #C068B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068B0; }

 p { color: rgb(192,104,176); }

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

background-color css

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

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

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

border-color css

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

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

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