Html Css Color HEX #C345CD Fuchsia

📋 copy color: '#C345CD'

red 195 ◦ green 69 ◦ blue 205

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

Shades of Fuchsia #C345CD

Tints of Fuchsia #C345CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 41.58%
G = 14.71%
B = 43.71%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C345CD (or 0xC345CD) is known color: Fuchsia. HEX triplet: C3, 45 and CD. RGB value is (195,69,205). Sum of RGB (Red+Green+Blue) = 195+69+205=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C345CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345CD is #3CBA32. Grayscale: #797979. Windows color (decimal): -3979827 or 13452739. OLE color: 13452739.

HSL color Cylindrical-coordinate representation of color #C345CD: hue angle of 295.59º degrees, saturation: 0.58, 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 #C345CD is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 69 205 -
CMYK 0.05 0.66 0 0.20
HSL 295.59º 0.58% 0.54% -
HSV(B) 295.59º 0.66% 0.8% -
XYZ 35.65 20.27 59.79 -
YUV 122.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 195 69 205 0.05 0.66 0 0.20 295.59 0.58 0.54
Hex C3 45 CD 5 42 0 14 128 3A 36
Octal 303 105 315 5 102 0 24 450 72 66
Binary 11000011 1000101 11001101 101 1000010 0 10100 100101000 111010 110110

Color Harmonies of #C345CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345CD

Black with #C345CD

Text Example


Text Example

White with #C345CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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