Html Css Color HEX #C930CB Fuchsia

📋 copy color: '#C930CB'

red 201 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #C930CB

Tints of Fuchsia #C930CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 44.47%
G = 10.62%
B = 44.91%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C930CB (or 0xC930CB) is known color: Fuchsia. HEX triplet: C9, 30 and CB. RGB value is (201,48,203). Sum of RGB (Red+Green+Blue) = 201+48+203=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #C930CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930CB is #36CF34. Grayscale: #6E6E6E. Windows color (decimal): -3591989 or 13316297. OLE color: 13316297.

HSL color Cylindrical-coordinate representation of color #C930CB: hue angle of 299.23º 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 #C930CB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 48 203 -
CMYK 0.01 0.76 0 0.20
HSL 299.23º 0.62% 0.49% -
HSV(B) 299.23º 0.76% 0.8% -
XYZ 35.92 18.84 58.24 -
YUV 111.42 179.69 191.9 -
System Red Green Blue C M Y K H S L
Decimal 201 48 203 0.01 0.76 0 0.20 299.23 0.62 0.49
Hex C9 30 CB 1 4C 0 14 12B 3E 31
Octal 311 60 313 1 114 0 24 453 76 61
Binary 11001001 110000 11001011 1 1001100 0 10100 100101011 111110 110001

Color Harmonies of #C930CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930CB

Black with #C930CB

Text Example


Text Example

White with #C930CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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