Html Css Color HEX #C365CC Fuchsia

📋 copy color: '#C365CC'

red 195 ◦ green 101 ◦ blue 204

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

Shades of Fuchsia #C365CC

Tints of Fuchsia #C365CC

RGB

 RED value IS 195 (76.56% from 255) = 39%

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 39%
G = 20.2%
B = 40.8%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C365CC (or 0xC365CC) is known color: Fuchsia. HEX triplet: C3, 65 and CC. RGB value is (195,101,204). Sum of RGB (Red+Green+Blue) = 195+101+204=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #C365CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365CC is #3C9A33. Grayscale: #8C8C8C. Windows color (decimal): -3971636 or 13395395. OLE color: 13395395.

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

Color convert

RGB 195 101 204 -
CMYK 0.04 0.50 0 0.2
HSL 294.76º 0.5% 0.6% -
HSV(B) 294.76º 0.5% 0.8% -
XYZ 38.06 25.27 60 -
YUV 140.85 163.64 166.62 -
System Red Green Blue C M Y K H S L
Decimal 195 101 204 0.04 0.50 0 0.2 294.76 0.5 0.6
Hex C3 65 CC 4 32 0 14 127 32 3C
Octal 303 145 314 4 62 0 24 447 62 74
Binary 11000011 1100101 11001100 100 110010 0 10100 100100111 110010 111100

Color Harmonies of #C365CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365CC

Black with #C365CC

Text Example


Text Example

White with #C365CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365CC; }

 p { color: rgb(195,101,204); }

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

background-color css

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

 a { background-color: rgb(195,101,204); }

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

border-color css

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

 span { border-color: rgb(195,101,204); }

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