#C33CCA

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

Shades of Fuchsia #C33CCA

Tints of Fuchsia #C33CCA

Color information

#C33CCA (or 0xC33CCA) is unknown color: approx Fuchsia. HEX triplet: C3, 3C and CA. RGB value is (195,60,202). Sum of RGB (Red+Green+Blue) = 195+60+202=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #C33CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CCA is #3CC335. Grayscale: #747474. Windows color (decimal): -3982134 or 13253827. OLE color: 13253827.

HSL color Cylindrical-coordinate representation of color #C33CCA: hue angle of 297.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33CCA is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19560202-
CMYK0.030.7000.21
HSL297.04º57.26%51.37%-
HSV(B)297.04º70.3%79.22%-
XYZ34.7819.157.73-
YUV116.55176.23183.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 60 (23.83% from 255) = 13.13%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=42.67%
G=13.13%
B=44.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195602020.030.7000.21297.0457.2651.37
HexC33CCA3460151293933
Octal3037431231060254517163
Binary1100001111110011001010111000110010101100101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33CCA; }

 p { color: rgb(195,60,202); }

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

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

 a { background-color: rgb(195,60,202); }

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

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

 span { border-color: rgb(195,60,202); }

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