Html Css Color HEX #C34CCD Fuchsia

📋 copy color: '#C34CCD'

red 195 ◦ green 76 ◦ blue 205

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

Shades of Fuchsia #C34CCD

Tints of Fuchsia #C34CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.97%

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

R = 40.97%
G = 15.97%
B = 43.07%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C34CCD (or 0xC34CCD) is known color: Fuchsia. HEX triplet: C3, 4C and CD. RGB value is (195,76,205). Sum of RGB (Red+Green+Blue) = 195+76+205=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #C34CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CCD is #3CB332. Grayscale: #7D7D7D. Windows color (decimal): -3978035 or 13454531. OLE color: 13454531.

HSL color Cylindrical-coordinate representation of color #C34CCD: hue angle of 295.35º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34CCD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 76 205 -
CMYK 0.05 0.63 0 0.20
HSL 295.35º 0.56% 0.55% -
HSV(B) 295.35º 0.63% 0.8% -
XYZ 36.11 21.18 59.94 -
YUV 126.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 195 76 205 0.05 0.63 0 0.20 295.35 0.56 0.55
Hex C3 4C CD 5 3F 0 14 127 38 37
Octal 303 114 315 5 77 0 24 447 70 67
Binary 11000011 1001100 11001101 101 111111 0 10100 100100111 111000 110111

Color Harmonies of #C34CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CCD

Black with #C34CCD

Text Example


Text Example

White with #C34CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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