Html Css Color HEX #C343CC Fuchsia

📋 copy color: '#C343CC'

red 195 ◦ green 67 ◦ blue 204

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

Shades of Fuchsia #C343CC

Tints of Fuchsia #C343CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.38%

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

R = 41.85%
G = 14.38%
B = 43.78%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C343CC (or 0xC343CC) is known color: Fuchsia. HEX triplet: C3, 43 and CC. RGB value is (195,67,204). Sum of RGB (Red+Green+Blue) = 195+67+204=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #C343CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343CC is #3CBC33. Grayscale: #787878. Windows color (decimal): -3980340 or 13386691. OLE color: 13386691.

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

Color convert

RGB 195 67 204 -
CMYK 0.04 0.67 0 0.2
HSL 296.06º 0.57% 0.53% -
HSV(B) 296.06º 0.67% 0.8% -
XYZ 35.41 19.98 59.12 -
YUV 120.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 195 67 204 0.04 0.67 0 0.2 296.06 0.57 0.53
Hex C3 43 CC 4 43 0 14 128 39 35
Octal 303 103 314 4 103 0 24 450 71 65
Binary 11000011 1000011 11001100 100 1000011 0 10100 100101000 111001 110101

Color Harmonies of #C343CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343CC

Black with #C343CC

Text Example


Text Example

White with #C343CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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