Html Css Color HEX #C345CC Fuchsia

📋 copy color: '#C345CC'

red 195 ◦ green 69 ◦ blue 204

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

Shades of Fuchsia #C345CC

Tints of Fuchsia #C345CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.74%

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

R = 41.67%
G = 14.74%
B = 43.59%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C345CC (or 0xC345CC) is known color: Fuchsia. HEX triplet: C3, 45 and CC. RGB value is (195,69,204). Sum of RGB (Red+Green+Blue) = 195+69+204=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #C345CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345CC is #3CBA33. Grayscale: #797979. Windows color (decimal): -3979828 or 13387203. OLE color: 13387203.

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

Color convert

RGB 195 69 204 -
CMYK 0.04 0.66 0 0.2
HSL 296º 0.57% 0.54% -
HSV(B) 296º 0.66% 0.8% -
XYZ 35.53 20.22 59.16 -
YUV 122.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 195 69 204 0.04 0.66 0 0.2 296 0.57 0.54
Hex C3 45 CC 4 42 0 14 128 39 36
Octal 303 105 314 4 102 0 24 450 71 66
Binary 11000011 1000101 11001100 100 1000010 0 10100 100101000 111001 110110

Color Harmonies of #C345CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345CC

Black with #C345CC

Text Example


Text Example

White with #C345CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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