Html Css Color HEX #C948C4 Fuchsia

📋 copy color: '#C948C4'

red 201 ◦ green 72 ◦ blue 196

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

Shades of Fuchsia #C948C4

Tints of Fuchsia #C948C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 42.86%
G = 15.35%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C948C4 (or 0xC948C4) is known color: Fuchsia. HEX triplet: C9, 48 and C4. RGB value is (201,72,196). Sum of RGB (Red+Green+Blue) = 201+72+196=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C948C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948C4 is #36B73B. Grayscale: #7C7C7C. Windows color (decimal): -3585852 or 12863689. OLE color: 12863689.

HSL color Cylindrical-coordinate representation of color #C948C4: hue angle of 302.33º 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 #C948C4 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 196 -
CMYK 0 0.64 0.02 0.21
HSL 302.33º 0.54% 0.54% -
HSV(B) 302.33º 0.64% 0.79% -
XYZ 36.37 21.04 54.37 -
YUV 124.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 201 72 196 0 0.64 0.02 0.21 302.33 0.54 0.54
Hex C9 48 C4 0 40 2 15 12E 36 36
Octal 311 110 304 0 100 2 25 456 66 66
Binary 11001001 1001000 11000100 0 1000000 10 10101 100101110 110110 110110

Color Harmonies of #C948C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948C4

Black with #C948C4

Text Example


Text Example

White with #C948C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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