Html Css Color HEX #C948CB Fuchsia

📋 copy color: '#C948CB'

red 201 ◦ green 72 ◦ blue 203

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

Shades of Fuchsia #C948CB

Tints of Fuchsia #C948CB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.13%

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

R = 42.23%
G = 15.13%
B = 42.65%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C948CB (or 0xC948CB) is known color: Fuchsia. HEX triplet: C9, 48 and CB. RGB value is (201,72,203). Sum of RGB (Red+Green+Blue) = 201+72+203=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #C948CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948CB is #36B734. Grayscale: #7D7D7D. Windows color (decimal): -3585845 or 13322441. OLE color: 13322441.

HSL color Cylindrical-coordinate representation of color #C948CB: hue angle of 299.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C948CB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 72 203 -
CMYK 0.01 0.65 0 0.20
HSL 299.08º 0.56% 0.54% -
HSV(B) 299.08º 0.65% 0.8% -
XYZ 37.18 21.36 58.66 -
YUV 125.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 201 72 203 0.01 0.65 0 0.20 299.08 0.56 0.54
Hex C9 48 CB 1 41 0 14 12B 38 36
Octal 311 110 313 1 101 0 24 453 70 66
Binary 11001001 1001000 11001011 1 1000001 0 10100 100101011 111000 110110

Color Harmonies of #C948CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948CB

Black with #C948CB

Text Example


Text Example

White with #C948CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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