Html Css Color HEX #C069B7 Fuchsia

📋 copy color: '#C069B7'

red 192 ◦ green 105 ◦ blue 183

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

Shades of Fuchsia #C069B7

Tints of Fuchsia #C069B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.13%

R = 40%
G = 21.88%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C069B7 (or 0xC069B7) is known color: Fuchsia. HEX triplet: C0, 69 and B7. RGB value is (192,105,183). Sum of RGB (Red+Green+Blue) = 192+105+183=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C069B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069B7 is #3F9648. Grayscale: #8B8B8B. Windows color (decimal): -4167241 or 12020160. OLE color: 12020160.

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

Color convert

RGB 192 105 183 -
CMYK 0 0.45 0.05 0.25
HSL 306.21º 0.41% 0.58% -
HSV(B) 306.21º 0.45% 0.75% -
XYZ 35.34 24.73 47.71 -
YUV 139.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 192 105 183 0 0.45 0.05 0.25 306.21 0.41 0.58
Hex C0 69 B7 0 2D 5 19 132 29 3A
Octal 300 151 267 0 55 5 31 462 51 72
Binary 11000000 1101001 10110111 0 101101 101 11001 100110010 101001 111010

Color Harmonies of #C069B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069B7

Black with #C069B7

Text Example


Text Example

White with #C069B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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