Html Css Color HEX #C330CD Fuchsia

📋 copy color: '#C330CD'

red 195 ◦ green 48 ◦ blue 205

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

Shades of Fuchsia #C330CD

Tints of Fuchsia #C330CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 43.53%
G = 10.71%
B = 45.76%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C330CD (or 0xC330CD) is known color: Fuchsia. HEX triplet: C3, 30 and CD. RGB value is (195,48,205). Sum of RGB (Red+Green+Blue) = 195+48+205=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #C330CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330CD is #3CCF32. Grayscale: #6D6D6D. Windows color (decimal): -3985203 or 13447363. OLE color: 13447363.

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

Color convert

RGB 195 48 205 -
CMYK 0.05 0.77 0 0.20
HSL 296.18º 0.62% 0.5% -
HSV(B) 296.18º 0.77% 0.8% -
XYZ 34.58 18.12 59.43 -
YUV 109.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 195 48 205 0.05 0.77 0 0.20 296.18 0.62 0.5
Hex C3 30 CD 5 4D 0 14 128 3E 32
Octal 303 60 315 5 115 0 24 450 76 62
Binary 11000011 110000 11001101 101 1001101 0 10100 100101000 111110 110010

Color Harmonies of #C330CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330CD

Black with #C330CD

Text Example


Text Example

White with #C330CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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