Html Css Color HEX #C065AA Fuchsia

📋 copy color: '#C065AA'

red 192 ◦ green 101 ◦ blue 170

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

Shades of Fuchsia #C065AA

Tints of Fuchsia #C065AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.81%

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 41.47%
G = 21.81%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C065AA (or 0xC065AA) is known color: Fuchsia. HEX triplet: C0, 65 and AA. RGB value is (192,101,170). Sum of RGB (Red+Green+Blue) = 192+101+170=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C065AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065AA is #3F9A55. Grayscale: #878787. Windows color (decimal): -4168278 or 11167168. OLE color: 11167168.

HSL color Cylindrical-coordinate representation of color #C065AA: hue angle of 314.51º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065AA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 170 -
CMYK 0 0.47 0.11 0.25
HSL 314.51º 0.42% 0.57% -
HSV(B) 314.51º 0.47% 0.75% -
XYZ 33.65 23.42 40.78 -
YUV 136.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 192 101 170 0 0.47 0.11 0.25 314.51 0.42 0.57
Hex C0 65 AA 0 2F B 19 13B 2A 39
Octal 300 145 252 0 57 13 31 473 52 71
Binary 11000000 1100101 10101010 0 101111 1011 11001 100111011 101010 111001

Color Harmonies of #C065AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065AA

Black with #C065AA

Text Example


Text Example

White with #C065AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065AA; }

 p { color: rgb(192,101,170); }

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

background-color css

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

 a { background-color: rgb(192,101,170); }

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

border-color css

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

 span { border-color: rgb(192,101,170); }

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