Html Css Color HEX #C270B2 Fuchsia

📋 copy color: '#C270B2'

red 194 ◦ green 112 ◦ blue 178

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

Shades of Fuchsia #C270B2

Tints of Fuchsia #C270B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.78%

R = 40.08%
G = 23.14%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C270B2 (or 0xC270B2) is known color: Fuchsia. HEX triplet: C2, 70 and B2. RGB value is (194,112,178). Sum of RGB (Red+Green+Blue) = 194+112+178=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C270B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270B2 is #3D8F4D. Grayscale: #8F8F8F. Windows color (decimal): -4034382 or 11694274. OLE color: 11694274.

HSL color Cylindrical-coordinate representation of color #C270B2: hue angle of 311.71º 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 #C270B2 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 178 -
CMYK 0 0.42 0.08 0.24
HSL 311.71º 0.4% 0.6% -
HSV(B) 311.71º 0.42% 0.76% -
XYZ 36.08 26.27 45.29 -
YUV 144.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 194 112 178 0 0.42 0.08 0.24 311.71 0.4 0.6
Hex C2 70 B2 0 2A 8 18 138 28 3C
Octal 302 160 262 0 52 10 30 470 50 74
Binary 11000010 1110000 10110010 0 101010 1000 11000 100111000 101000 111100

Color Harmonies of #C270B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270B2

Black with #C270B2

Text Example


Text Example

White with #C270B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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