Html Css Color HEX #C070C9 Fuchsia

📋 copy color: '#C070C9'

red 192 ◦ green 112 ◦ blue 201

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

Shades of Fuchsia #C070C9

Tints of Fuchsia #C070C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.8%

R = 38.02%
G = 22.18%
B = 39.8%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C070C9 (or 0xC070C9) is known color: Fuchsia. HEX triplet: C0, 70 and C9. RGB value is (192,112,201). Sum of RGB (Red+Green+Blue) = 192+112+201=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #C070C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070C9 is #3F8F36. Grayscale: #919191. Windows color (decimal): -4165431 or 13201600. OLE color: 13201600.

HSL color Cylindrical-coordinate representation of color #C070C9: hue angle of 293.93º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C070C9 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 112 201 -
CMYK 0.04 0.44 0 0.21
HSL 293.93º 0.45% 0.61% -
HSV(B) 293.93º 0.44% 0.79% -
XYZ 38.08 27.01 58.47 -
YUV 146.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 192 112 201 0.04 0.44 0 0.21 293.93 0.45 0.61
Hex C0 70 C9 4 2C 0 15 126 2D 3D
Octal 300 160 311 4 54 0 25 446 55 75
Binary 11000000 1110000 11001001 100 101100 0 10101 100100110 101101 111101

Color Harmonies of #C070C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070C9

Black with #C070C9

Text Example


Text Example

White with #C070C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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