Html Css Color HEX #C361CC Fuchsia

📋 copy color: '#C361CC'

red 195 ◦ green 97 ◦ blue 204

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

Shades of Fuchsia #C361CC

Tints of Fuchsia #C361CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

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

R = 39.31%
G = 19.56%
B = 41.13%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C361CC (or 0xC361CC) is known color: Fuchsia. HEX triplet: C3, 61 and CC. RGB value is (195,97,204). Sum of RGB (Red+Green+Blue) = 195+97+204=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #C361CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361CC is #3C9E33. Grayscale: #8A8A8A. Windows color (decimal): -3972660 or 13394371. OLE color: 13394371.

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

Color convert

RGB 195 97 204 -
CMYK 0.04 0.52 0 0.2
HSL 294.95º 0.51% 0.59% -
HSV(B) 294.95º 0.52% 0.8% -
XYZ 37.68 24.51 59.87 -
YUV 138.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 195 97 204 0.04 0.52 0 0.2 294.95 0.51 0.59
Hex C3 61 CC 4 34 0 14 127 33 3B
Octal 303 141 314 4 64 0 24 447 63 73
Binary 11000011 1100001 11001100 100 110100 0 10100 100100111 110011 111011

Color Harmonies of #C361CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361CC

Black with #C361CC

Text Example


Text Example

White with #C361CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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