Html Css Color HEX #C34CCA Fuchsia

📋 copy color: '#C34CCA'

red 195 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #C34CCA

Tints of Fuchsia #C34CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 41.23%
G = 16.07%
B = 42.71%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C34CCA (or 0xC34CCA) is known color: Fuchsia. HEX triplet: C3, 4C and CA. RGB value is (195,76,202). Sum of RGB (Red+Green+Blue) = 195+76+202=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #C34CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CCA is #3CB335. Grayscale: #7D7D7D. Windows color (decimal): -3978038 or 13257923. OLE color: 13257923.

HSL color Cylindrical-coordinate representation of color #C34CCA: hue angle of 296.67º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34CCA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 76 202 -
CMYK 0.03 0.62 0 0.21
HSL 296.67º 0.54% 0.55% -
HSV(B) 296.67º 0.62% 0.79% -
XYZ 35.75 21.04 58.05 -
YUV 125.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 195 76 202 0.03 0.62 0 0.21 296.67 0.54 0.55
Hex C3 4C CA 3 3E 0 15 129 36 37
Octal 303 114 312 3 76 0 25 451 66 67
Binary 11000011 1001100 11001010 11 111110 0 10101 100101001 110110 110111

Color Harmonies of #C34CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CCA

Black with #C34CCA

Text Example


Text Example

White with #C34CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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