#C065CA

Color #C065CA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C065CA

Tints of Fuchsia #C065CA

Color information

#C065CA (or 0xC065CA) is unknown color: approx Fuchsia. HEX triplet: C0, 65 and CA. RGB value is (192,101,202). Sum of RGB (Red+Green+Blue) = 192+101+202=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #C065CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065CA is #3F9A35. Grayscale: #8B8B8B. Windows color (decimal): -4168246 or 13264320. OLE color: 13264320.

HSL color Cylindrical-coordinate representation of color #C065CA: hue angle of 294.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C065CA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192101202-
CMYK0.050.5000.21
HSL294.06º48.79%59.41%-
HSV(B)294.06º50%79.22%-
XYZ37.0524.7858.71-
YUV139.72163.15165.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=38.79%
G=20.40%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921012020.050.5000.21294.0648.7959.41
HexC065CA532015126313b
Octal3001453125620254466173
Binary11000000110010111001010101110010010101100100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065CA; }

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

 H1.HeaderClassName
 {
   color: #C065CA;
 }
 .AnyTagClassName
 {
   color: #C065CA;
 }
</style>
background-color css

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

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

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

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

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

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