Html Css Color HEX #C94BCA Fuchsia

📋 copy color: '#C94BCA'

red 201 ◦ green 75 ◦ blue 202

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

Shades of Fuchsia #C94BCA

Tints of Fuchsia #C94BCA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.69%

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

R = 42.05%
G = 15.69%
B = 42.26%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C94BCA (or 0xC94BCA) is known color: Fuchsia. HEX triplet: C9, 4B and CA. RGB value is (201,75,202). Sum of RGB (Red+Green+Blue) = 201+75+202=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #C94BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BCA is #36B435. Grayscale: #7E7E7E. Windows color (decimal): -3585078 or 13257673. OLE color: 13257673.

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

Color convert

RGB 201 75 202 -
CMYK 0.00 0.63 0 0.21
HSL 299.53º 0.55% 0.54% -
HSV(B) 299.53º 0.63% 0.79% -
XYZ 37.26 21.71 58.1 -
YUV 127.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 201 75 202 0.00 0.63 0 0.21 299.53 0.55 0.54
Hex C9 4B CA 0 3F 0 15 12C 37 36
Octal 311 113 312 0 77 0 25 454 67 66
Binary 11001001 1001011 11001010 0 111111 0 10101 100101100 110111 110110

Color Harmonies of #C94BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BCA

Black with #C94BCA

Text Example


Text Example

White with #C94BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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