Html Css Color HEX #C948CE Fuchsia

📋 copy color: '#C948CE'

red 201 ◦ green 72 ◦ blue 206

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

Shades of Fuchsia #C948CE

Tints of Fuchsia #C948CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 41.96%
G = 15.03%
B = 43.01%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C948CE (or 0xC948CE) is known color: Fuchsia. HEX triplet: C9, 48 and CE. RGB value is (201,72,206). Sum of RGB (Red+Green+Blue) = 201+72+206=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #C948CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948CE is #36B731. Grayscale: #7D7D7D. Windows color (decimal): -3585842 or 13519049. OLE color: 13519049.

HSL color Cylindrical-coordinate representation of color #C948CE: hue angle of 297.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C948CE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 72 206 -
CMYK 0.02 0.65 0 0.19
HSL 297.76º 0.58% 0.55% -
HSV(B) 297.76º 0.65% 0.81% -
XYZ 37.55 21.51 60.57 -
YUV 125.85 173.24 181.6 -
System Red Green Blue C M Y K H S L
Decimal 201 72 206 0.02 0.65 0 0.19 297.76 0.58 0.55
Hex C9 48 CE 2 41 0 13 12A 3A 37
Octal 311 110 316 2 101 0 23 452 72 67
Binary 11001001 1001000 11001110 10 1000001 0 10011 100101010 111010 110111

Color Harmonies of #C948CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948CE

Black with #C948CE

Text Example


Text Example

White with #C948CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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