Html Css Color HEX #C94DBA Fuchsia

📋 copy color: '#C94DBA'

red 201 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #C94DBA

Tints of Fuchsia #C94DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.59%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 43.32%
G = 16.59%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C94DBA (or 0xC94DBA) is known color: Fuchsia. HEX triplet: C9, 4D and BA. RGB value is (201,77,186). Sum of RGB (Red+Green+Blue) = 201+77+186=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DBA is #36B245. Grayscale: #7E7E7E. Windows color (decimal): -3584582 or 12209609. OLE color: 12209609.

HSL color Cylindrical-coordinate representation of color #C94DBA: hue angle of 307.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DBA is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 186 -
CMYK 0 0.62 0.07 0.21
HSL 307.26º 0.53% 0.55% -
HSV(B) 307.26º 0.62% 0.79% -
XYZ 35.6 21.27 48.68 -
YUV 126.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 201 77 186 0 0.62 0.07 0.21 307.26 0.53 0.55
Hex C9 4D BA 0 3E 7 15 133 35 37
Octal 311 115 272 0 76 7 25 463 65 67
Binary 11001001 1001101 10111010 0 111110 111 10101 100110011 110101 110111

Color Harmonies of #C94DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DBA

Black with #C94DBA

Text Example


Text Example

White with #C94DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DBA; }

 p { color: rgb(201,77,186); }

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

background-color css

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

 a { background-color: rgb(201,77,186); }

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

border-color css

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

 span { border-color: rgb(201,77,186); }

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