Html Css Color HEX #C069BA Fuchsia

📋 copy color: '#C069BA'

red 192 ◦ green 105 ◦ blue 186

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

Shades of Fuchsia #C069BA

Tints of Fuchsia #C069BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 39.75%
G = 21.74%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C069BA (or 0xC069BA) is known color: Fuchsia. HEX triplet: C0, 69 and BA. RGB value is (192,105,186). Sum of RGB (Red+Green+Blue) = 192+105+186=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C069BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069BA is #3F9645. Grayscale: #8C8C8C. Windows color (decimal): -4167238 or 12216768. OLE color: 12216768.

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

Color convert

RGB 192 105 186 -
CMYK 0 0.45 0.03 0.25
HSL 304.14º 0.41% 0.58% -
HSV(B) 304.14º 0.45% 0.75% -
XYZ 35.65 24.85 49.37 -
YUV 140.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 192 105 186 0 0.45 0.03 0.25 304.14 0.41 0.58
Hex C0 69 BA 0 2D 3 19 130 29 3A
Octal 300 151 272 0 55 3 31 460 51 72
Binary 11000000 1101001 10111010 0 101101 11 11001 100110000 101001 111010

Color Harmonies of #C069BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069BA

Black with #C069BA

Text Example


Text Example

White with #C069BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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