Html Css Color HEX #C270B0 Fuchsia

📋 copy color: '#C270B0'

red 194 ◦ green 112 ◦ blue 176

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

Shades of Fuchsia #C270B0

Tints of Fuchsia #C270B0

RGB

 RED value IS 194 (76.17% from 255) = 40.25%

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 40.25%
G = 23.24%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C270B0 (or 0xC270B0) is known color: Fuchsia. HEX triplet: C2, 70 and B0. RGB value is (194,112,176). Sum of RGB (Red+Green+Blue) = 194+112+176=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C270B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270B0 is #3D8F4F. Grayscale: #8F8F8F. Windows color (decimal): -4034384 or 11563202. OLE color: 11563202.

HSL color Cylindrical-coordinate representation of color #C270B0: hue angle of 313.17º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C270B0 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 176 -
CMYK 0 0.42 0.09 0.24
HSL 313.17º 0.4% 0.6% -
HSV(B) 313.17º 0.42% 0.76% -
XYZ 35.88 26.19 44.24 -
YUV 143.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 194 112 176 0 0.42 0.09 0.24 313.17 0.4 0.6
Hex C2 70 B0 0 2A 9 18 139 28 3C
Octal 302 160 260 0 52 11 30 471 50 74
Binary 11000010 1110000 10110000 0 101010 1001 11000 100111001 101000 111100

Color Harmonies of #C270B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270B0

Black with #C270B0

Text Example


Text Example

White with #C270B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270B0; }

 p { color: rgb(194,112,176); }

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

background-color css

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

 a { background-color: rgb(194,112,176); }

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

border-color css

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

 span { border-color: rgb(194,112,176); }

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