Html Css Color HEX #C069C3 Fuchsia

📋 copy color: '#C069C3'

red 192 ◦ green 105 ◦ blue 195

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

Shades of Fuchsia #C069C3

Tints of Fuchsia #C069C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.63%

R = 39.02%
G = 21.34%
B = 39.63%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C069C3 (or 0xC069C3) is known color: Fuchsia. HEX triplet: C0, 69 and C3. RGB value is (192,105,195). Sum of RGB (Red+Green+Blue) = 192+105+195=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #C069C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069C3 is #3F963C. Grayscale: #8C8C8C. Windows color (decimal): -4167229 or 12806592. OLE color: 12806592.

HSL color Cylindrical-coordinate representation of color #C069C3: hue angle of 298º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C069C3 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 105 195 -
CMYK 0.02 0.46 0 0.24
HSL 298º 0.43% 0.59% -
HSV(B) 298º 0.46% 0.76% -
XYZ 36.64 25.25 54.57 -
YUV 141.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 192 105 195 0.02 0.46 0 0.24 298 0.43 0.59
Hex C0 69 C3 2 2E 0 18 12A 2B 3B
Octal 300 151 303 2 56 0 30 452 53 73
Binary 11000000 1101001 11000011 10 101110 0 11000 100101010 101011 111011

Color Harmonies of #C069C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069C3

Black with #C069C3

Text Example


Text Example

White with #C069C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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