Html Css Color HEX #C069B9 Fuchsia

📋 copy color: '#C069B9'

red 192 ◦ green 105 ◦ blue 185

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

Shades of Fuchsia #C069B9

Tints of Fuchsia #C069B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 39.83%
G = 21.78%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C069B9 (or 0xC069B9) is known color: Fuchsia. HEX triplet: C0, 69 and B9. RGB value is (192,105,185). Sum of RGB (Red+Green+Blue) = 192+105+185=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C069B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069B9 is #3F9646. Grayscale: #8B8B8B. Windows color (decimal): -4167239 or 12151232. OLE color: 12151232.

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

Color convert

RGB 192 105 185 -
CMYK 0 0.45 0.04 0.25
HSL 304.83º 0.41% 0.58% -
HSV(B) 304.83º 0.45% 0.75% -
XYZ 35.55 24.81 48.81 -
YUV 140.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 192 105 185 0 0.45 0.04 0.25 304.83 0.41 0.58
Hex C0 69 B9 0 2D 4 19 131 29 3A
Octal 300 151 271 0 55 4 31 461 51 72
Binary 11000000 1101001 10111001 0 101101 100 11001 100110001 101001 111010

Color Harmonies of #C069B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069B9

Black with #C069B9

Text Example


Text Example

White with #C069B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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