Html Css Color HEX #C034CC Fuchsia

📋 copy color: '#C034CC'

red 192 ◦ green 52 ◦ blue 204

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

Shades of Fuchsia #C034CC

Tints of Fuchsia #C034CC

RGB

 RED value IS 192 (75.39% from 255) = 42.86%

 GREEN value IS 52 (20.7% from 255) = 11.61%

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

R = 42.86%
G = 11.61%
B = 45.54%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C034CC (or 0xC034CC) is known color: Fuchsia. HEX triplet: C0, 34 and CC. RGB value is (192,52,204). Sum of RGB (Red+Green+Blue) = 192+52+204=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #C034CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034CC is #3FCB33. Grayscale: #6E6E6E. Windows color (decimal): -4180788 or 13382848. OLE color: 13382848.

HSL color Cylindrical-coordinate representation of color #C034CC: hue angle of 295.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C034CC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 52 204 -
CMYK 0.06 0.75 0 0.2
HSL 295.26º 0.6% 0.5% -
HSV(B) 295.26º 0.75% 0.8% -
XYZ 33.87 18.02 58.82 -
YUV 111.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 192 52 204 0.06 0.75 0 0.2 295.26 0.6 0.5
Hex C0 34 CC 6 4B 0 14 127 3C 32
Octal 300 64 314 6 113 0 24 447 74 62
Binary 11000000 110100 11001100 110 1001011 0 10100 100100111 111100 110010

Color Harmonies of #C034CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034CC

Black with #C034CC

Text Example


Text Example

White with #C034CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034CC; }

 p { color: rgb(192,52,204); }

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

background-color css

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

 a { background-color: rgb(192,52,204); }

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

border-color css

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

 span { border-color: rgb(192,52,204); }

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