Html Css Color HEX #C930BE Fuchsia

📋 copy color: '#C930BE'

red 201 ◦ green 48 ◦ blue 190

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

Shades of Fuchsia #C930BE

Tints of Fuchsia #C930BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 45.79%
G = 10.93%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C930BE (or 0xC930BE) is known color: Fuchsia. HEX triplet: C9, 30 and BE. RGB value is (201,48,190). Sum of RGB (Red+Green+Blue) = 201+48+190=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C930BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930BE is #36CF41. Grayscale: #6D6D6D. Windows color (decimal): -3592002 or 12464329. OLE color: 12464329.

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

Color convert

RGB 201 48 190 -
CMYK 0 0.76 0.05 0.21
HSL 304.31º 0.61% 0.49% -
HSV(B) 304.31º 0.76% 0.79% -
XYZ 34.44 18.25 50.42 -
YUV 109.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 201 48 190 0 0.76 0.05 0.21 304.31 0.61 0.49
Hex C9 30 BE 0 4C 5 15 130 3D 31
Octal 311 60 276 0 114 5 25 460 75 61
Binary 11001001 110000 10111110 0 1001100 101 10101 100110000 111101 110001

Color Harmonies of #C930BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930BE

Black with #C930BE

Text Example


Text Example

White with #C930BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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