Html Css Color HEX #C330CE Fuchsia

📋 copy color: '#C330CE'

red 195 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #C330CE

Tints of Fuchsia #C330CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 43.43%
G = 10.69%
B = 45.88%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C330CE (or 0xC330CE) is known color: Fuchsia. HEX triplet: C3, 30 and CE. RGB value is (195,48,206). Sum of RGB (Red+Green+Blue) = 195+48+206=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #C330CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330CE is #3CCF31. Grayscale: #6D6D6D. Windows color (decimal): -3985202 or 13512899. OLE color: 13512899.

HSL color Cylindrical-coordinate representation of color #C330CE: hue angle of 295.82º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C330CE is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 48 206 -
CMYK 0.05 0.77 0 0.19
HSL 295.82º 0.62% 0.5% -
HSV(B) 295.82º 0.77% 0.81% -
XYZ 34.7 18.17 60.07 -
YUV 109.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 195 48 206 0.05 0.77 0 0.19 295.82 0.62 0.5
Hex C3 30 CE 5 4D 0 13 128 3E 32
Octal 303 60 316 5 115 0 23 450 76 62
Binary 11000011 110000 11001110 101 1001101 0 10011 100101000 111110 110010

Color Harmonies of #C330CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330CE

Black with #C330CE

Text Example


Text Example

White with #C330CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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