#C369CB

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

Shades of Fuchsia #C369CB

Tints of Fuchsia #C369CB

Color information

#C369CB (or 0xC369CB) is unknown color: approx Fuchsia. HEX triplet: C3, 69 and CB. RGB value is (195,105,203). Sum of RGB (Red+Green+Blue) = 195+105+203=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C369CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369CB is #3C9634. Grayscale: #8E8E8E. Windows color (decimal): -3970613 or 13330883. OLE color: 13330883.

HSL color Cylindrical-coordinate representation of color #C369CB: hue angle of 295.1º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C369CB is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195105203-
CMYK0.040.4800.20
HSL295.1º48.51%60.39%-
HSV(B)295.1º48.28%79.61%-
XYZ38.3426.0259.5-
YUV143.08161.82165.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=38.77%
G=20.87%
B=40.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951052030.040.4800.20295.148.5160.39
HexC369CB430014127313c
Octal3031513134600244476174
Binary11000011110100111001011100110000010100100100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369CB; }

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

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

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

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

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

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

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

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