Html Css Color HEX #C948CA Fuchsia

📋 copy color: '#C948CA'

red 201 ◦ green 72 ◦ blue 202

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

Shades of Fuchsia #C948CA

Tints of Fuchsia #C948CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 42.32%
G = 15.16%
B = 42.53%

CMYK

 C value IS 0.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C948CA (or 0xC948CA) is known color: Fuchsia. HEX triplet: C9, 48 and CA. RGB value is (201,72,202). Sum of RGB (Red+Green+Blue) = 201+72+202=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #C948CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948CA is #36B735. Grayscale: #7D7D7D. Windows color (decimal): -3585846 or 13256905. OLE color: 13256905.

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

Color convert

RGB 201 72 202 -
CMYK 0.00 0.64 0 0.21
HSL 299.54º 0.55% 0.54% -
HSV(B) 299.54º 0.64% 0.79% -
XYZ 37.07 21.32 58.04 -
YUV 125.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 201 72 202 0.00 0.64 0 0.21 299.54 0.55 0.54
Hex C9 48 CA 0 40 0 15 12C 37 36
Octal 311 110 312 0 100 0 25 454 67 66
Binary 11001001 1001000 11001010 0 1000000 0 10101 100101100 110111 110110

Color Harmonies of #C948CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948CA

Black with #C948CA

Text Example


Text Example

White with #C948CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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