Html Css Color HEX #C930CC Fuchsia

📋 copy color: '#C930CC'

red 201 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #C930CC

Tints of Fuchsia #C930CC

RGB

 RED value IS 201 (78.91% from 255) = 44.37%

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 44.37%
G = 10.6%
B = 45.03%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C930CC (or 0xC930CC) is known color: Fuchsia. HEX triplet: C9, 30 and CC. RGB value is (201,48,204). Sum of RGB (Red+Green+Blue) = 201+48+204=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #C930CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930CC is #36CF33. Grayscale: #6F6F6F. Windows color (decimal): -3591988 or 13381833. OLE color: 13381833.

HSL color Cylindrical-coordinate representation of color #C930CC: hue angle of 298.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C930CC is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 48 204 -
CMYK 0.01 0.76 0 0.2
HSL 298.85º 0.62% 0.49% -
HSV(B) 298.85º 0.76% 0.8% -
XYZ 36.04 18.89 58.87 -
YUV 111.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 201 48 204 0.01 0.76 0 0.2 298.85 0.62 0.49
Hex C9 30 CC 1 4C 0 14 12B 3E 31
Octal 311 60 314 1 114 0 24 453 76 61
Binary 11001001 110000 11001100 1 1001100 0 10100 100101011 111110 110001

Color Harmonies of #C930CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930CC

Black with #C930CC

Text Example


Text Example

White with #C930CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930CC; }

 p { color: rgb(201,48,204); }

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

background-color css

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

 a { background-color: rgb(201,48,204); }

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

border-color css

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

 span { border-color: rgb(201,48,204); }

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