Html Css Color HEX #C070C4 Fuchsia

📋 copy color: '#C070C4'

red 192 ◦ green 112 ◦ blue 196

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

Shades of Fuchsia #C070C4

Tints of Fuchsia #C070C4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.4%

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

R = 38.4%
G = 22.4%
B = 39.2%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C070C4 (or 0xC070C4) is known color: Fuchsia. HEX triplet: C0, 70 and C4. RGB value is (192,112,196). Sum of RGB (Red+Green+Blue) = 192+112+196=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #C070C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070C4 is #3F8F3B. Grayscale: #919191. Windows color (decimal): -4165436 or 12873920. OLE color: 12873920.

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

Color convert

RGB 192 112 196 -
CMYK 0.02 0.43 0 0.23
HSL 297.14º 0.42% 0.6% -
HSV(B) 297.14º 0.43% 0.77% -
XYZ 37.5 26.78 55.42 -
YUV 145.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 192 112 196 0.02 0.43 0 0.23 297.14 0.42 0.6
Hex C0 70 C4 2 2B 0 17 129 2A 3C
Octal 300 160 304 2 53 0 27 451 52 74
Binary 11000000 1110000 11000100 10 101011 0 10111 100101001 101010 111100

Color Harmonies of #C070C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070C4

Black with #C070C4

Text Example


Text Example

White with #C070C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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