Html Css Color HEX #C045C4 Fuchsia

📋 copy color: '#C045C4'

red 192 ◦ green 69 ◦ blue 196

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

Shades of Fuchsia #C045C4

Tints of Fuchsia #C045C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 42.01%
G = 15.1%
B = 42.89%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C045C4 (or 0xC045C4) is known color: Fuchsia. HEX triplet: C0, 45 and C4. RGB value is (192,69,196). Sum of RGB (Red+Green+Blue) = 192+69+196=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #C045C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045C4 is #3FBA3B. Grayscale: #777777. Windows color (decimal): -4176444 or 12862912. OLE color: 12862912.

HSL color Cylindrical-coordinate representation of color #C045C4: hue angle of 298.11º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C045C4 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 69 196 -
CMYK 0.02 0.65 0 0.23
HSL 298.11º 0.52% 0.52% -
HSV(B) 298.11º 0.65% 0.77% -
XYZ 33.83 19.45 54.2 -
YUV 120.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 192 69 196 0.02 0.65 0 0.23 298.11 0.52 0.52
Hex C0 45 C4 2 41 0 17 12A 34 34
Octal 300 105 304 2 101 0 27 452 64 64
Binary 11000000 1000101 11000100 10 1000001 0 10111 100101010 110100 110100

Color Harmonies of #C045C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045C4

Black with #C045C4

Text Example


Text Example

White with #C045C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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