Html Css Color HEX #C069C5 Fuchsia

📋 copy color: '#C069C5'

red 192 ◦ green 105 ◦ blue 197

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

Shades of Fuchsia #C069C5

Tints of Fuchsia #C069C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.88%

R = 38.87%
G = 21.26%
B = 39.88%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C069C5 (or 0xC069C5) is known color: Fuchsia. HEX triplet: C0, 69 and C5. RGB value is (192,105,197). Sum of RGB (Red+Green+Blue) = 192+105+197=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #C069C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069C5 is #3F963A. Grayscale: #8D8D8D. Windows color (decimal): -4167227 or 12937664. OLE color: 12937664.

HSL color Cylindrical-coordinate representation of color #C069C5: hue angle of 296.74º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C069C5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 105 197 -
CMYK 0.03 0.47 0 0.23
HSL 296.74º 0.44% 0.59% -
HSV(B) 296.74º 0.47% 0.77% -
XYZ 36.87 25.34 55.77 -
YUV 141.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 192 105 197 0.03 0.47 0 0.23 296.74 0.44 0.59
Hex C0 69 C5 3 2F 0 17 129 2C 3B
Octal 300 151 305 3 57 0 27 451 54 73
Binary 11000000 1101001 11000101 11 101111 0 10111 100101001 101100 111011

Color Harmonies of #C069C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069C5

Black with #C069C5

Text Example


Text Example

White with #C069C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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