Html Css Color HEX #C330C8 Fuchsia

📋 copy color: '#C330C8'

red 195 ◦ green 48 ◦ blue 200

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

Shades of Fuchsia #C330C8

Tints of Fuchsia #C330C8

RGB

 RED value IS 195 (76.56% from 255) = 44.02%

 GREEN value IS 48 (19.14% from 255) = 10.84%

 BLUE value IS 200 (78.52% from 255) = 45.15%

R = 44.02%
G = 10.84%
B = 45.15%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C330C8 (or 0xC330C8) is known color: Fuchsia. HEX triplet: C3, 30 and C8. RGB value is (195,48,200). Sum of RGB (Red+Green+Blue) = 195+48+200=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #C330C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330C8 is #3CCF37. Grayscale: #6C6C6C. Windows color (decimal): -3985208 or 13119683. OLE color: 13119683.

HSL color Cylindrical-coordinate representation of color #C330C8: hue angle of 298.03º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C330C8 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 48 200 -
CMYK 0.02 0.76 0 0.22
HSL 298.03º 0.61% 0.49% -
HSV(B) 298.03º 0.76% 0.78% -
XYZ 33.99 17.89 56.3 -
YUV 109.28 179.2 189.14 -
System Red Green Blue C M Y K H S L
Decimal 195 48 200 0.02 0.76 0 0.22 298.03 0.61 0.49
Hex C3 30 C8 2 4C 0 16 12A 3D 31
Octal 303 60 310 2 114 0 26 452 75 61
Binary 11000011 110000 11001000 10 1001100 0 10110 100101010 111101 110001

Color Harmonies of #C330C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330C8

Black with #C330C8

Text Example


Text Example

White with #C330C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330C8; }

 p { color: rgb(195,48,200); }

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

background-color css

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

 a { background-color: rgb(195,48,200); }

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

border-color css

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

 span { border-color: rgb(195,48,200); }

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