Html Css Color HEX #C948C2 Fuchsia

📋 copy color: '#C948C2'

red 201 ◦ green 72 ◦ blue 194

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

Shades of Fuchsia #C948C2

Tints of Fuchsia #C948C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 43.04%
G = 15.42%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C948C2 (or 0xC948C2) is known color: Fuchsia. HEX triplet: C9, 48 and C2. RGB value is (201,72,194). Sum of RGB (Red+Green+Blue) = 201+72+194=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C948C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948C2 is #36B73D. Grayscale: #7C7C7C. Windows color (decimal): -3585854 or 12732617. OLE color: 12732617.

HSL color Cylindrical-coordinate representation of color #C948C2: hue angle of 303.26º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C948C2 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 194 -
CMYK 0 0.64 0.03 0.21
HSL 303.26º 0.54% 0.54% -
HSV(B) 303.26º 0.64% 0.79% -
XYZ 36.14 20.95 53.18 -
YUV 124.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 201 72 194 0 0.64 0.03 0.21 303.26 0.54 0.54
Hex C9 48 C2 0 40 3 15 12F 36 36
Octal 311 110 302 0 100 3 25 457 66 66
Binary 11001001 1001000 11000010 0 1000000 11 10101 100101111 110110 110110

Color Harmonies of #C948C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948C2

Black with #C948C2

Text Example


Text Example

White with #C948C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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