Html Css Color HEX #C045CC Fuchsia

📋 copy color: '#C045CC'

red 192 ◦ green 69 ◦ blue 204

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

Shades of Fuchsia #C045CC

Tints of Fuchsia #C045CC

RGB

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

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

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

R = 41.29%
G = 14.84%
B = 43.87%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C045CC (or 0xC045CC) is known color: Fuchsia. HEX triplet: C0, 45 and CC. RGB value is (192,69,204). Sum of RGB (Red+Green+Blue) = 192+69+204=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #C045CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045CC is #3FBA33. Grayscale: #787878. Windows color (decimal): -4176436 or 13387200. OLE color: 13387200.

HSL color Cylindrical-coordinate representation of color #C045CC: hue angle of 294.67º degrees, saturation: 0.57, 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 #C045CC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 69 204 -
CMYK 0.06 0.66 0 0.2
HSL 294.67º 0.57% 0.54% -
HSV(B) 294.67º 0.66% 0.8% -
XYZ 34.77 19.82 59.12 -
YUV 121.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 192 69 204 0.06 0.66 0 0.2 294.67 0.57 0.54
Hex C0 45 CC 6 42 0 14 127 39 36
Octal 300 105 314 6 102 0 24 447 71 66
Binary 11000000 1000101 11001100 110 1000010 0 10100 100100111 111001 110110

Color Harmonies of #C045CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045CC

Black with #C045CC

Text Example


Text Example

White with #C045CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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