Html Css Color HEX #C069B1 Fuchsia

📋 copy color: '#C069B1'

red 192 ◦ green 105 ◦ blue 177

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

Shades of Fuchsia #C069B1

Tints of Fuchsia #C069B1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

 BLUE value IS 177 (69.53% from 255) = 37.34%

R = 40.51%
G = 22.15%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C069B1 (or 0xC069B1) is known color: Fuchsia. HEX triplet: C0, 69 and B1. RGB value is (192,105,177). Sum of RGB (Red+Green+Blue) = 192+105+177=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C069B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069B1 is #3F964E. Grayscale: #8B8B8B. Windows color (decimal): -4167247 or 11626944. OLE color: 11626944.

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

Color convert

RGB 192 105 177 -
CMYK 0 0.45 0.08 0.25
HSL 310.34º 0.41% 0.58% -
HSV(B) 310.34º 0.45% 0.75% -
XYZ 34.73 24.48 44.49 -
YUV 139.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 192 105 177 0 0.45 0.08 0.25 310.34 0.41 0.58
Hex C0 69 B1 0 2D 8 19 136 29 3A
Octal 300 151 261 0 55 10 31 466 51 72
Binary 11000000 1101001 10110001 0 101101 1000 11001 100110110 101001 111010

Color Harmonies of #C069B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069B1

Black with #C069B1

Text Example


Text Example

White with #C069B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069B1; }

 p { color: rgb(192,105,177); }

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

background-color css

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

 a { background-color: rgb(192,105,177); }

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

border-color css

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

 span { border-color: rgb(192,105,177); }

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