Html Css Color HEX #C068B2 Fuchsia

📋 copy color: '#C068B2'

red 192 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #C068B2

Tints of Fuchsia #C068B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 40.51%
G = 21.94%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C068B2 (or 0xC068B2) is known color: Fuchsia. HEX triplet: C0, 68 and B2. RGB value is (192,104,178). Sum of RGB (Red+Green+Blue) = 192+104+178=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C068B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068B2 is #3F974D. Grayscale: #8A8A8A. Windows color (decimal): -4167502 or 11692224. OLE color: 11692224.

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

Color convert

RGB 192 104 178 -
CMYK 0 0.46 0.07 0.25
HSL 309.55º 0.41% 0.58% -
HSV(B) 309.55º 0.46% 0.75% -
XYZ 34.72 24.32 44.98 -
YUV 138.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 192 104 178 0 0.46 0.07 0.25 309.55 0.41 0.58
Hex C0 68 B2 0 2E 7 19 136 29 3A
Octal 300 150 262 0 56 7 31 466 51 72
Binary 11000000 1101000 10110010 0 101110 111 11001 100110110 101001 111010

Color Harmonies of #C068B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068B2

Black with #C068B2

Text Example


Text Example

White with #C068B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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