Html Css Color HEX #C93CCF Fuchsia

📋 copy color: '#C93CCF'

red 201 ◦ green 60 ◦ blue 207

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

Shades of Fuchsia #C93CCF

Tints of Fuchsia #C93CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.82%

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 42.95%
G = 12.82%
B = 44.23%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C93CCF (or 0xC93CCF) is known color: Fuchsia. HEX triplet: C9, 3C and CF. RGB value is (201,60,207). Sum of RGB (Red+Green+Blue) = 201+60+207=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #C93CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CCF is #36C330. Grayscale: #767676. Windows color (decimal): -3588913 or 13581513. OLE color: 13581513.

HSL color Cylindrical-coordinate representation of color #C93CCF: hue angle of 297.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93CCF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 60 207 -
CMYK 0.03 0.71 0 0.19
HSL 297.55º 0.6% 0.52% -
HSV(B) 297.55º 0.71% 0.81% -
XYZ 36.97 20.15 60.97 -
YUV 118.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 201 60 207 0.03 0.71 0 0.19 297.55 0.6 0.52
Hex C9 3C CF 3 47 0 13 12A 3C 34
Octal 311 74 317 3 107 0 23 452 74 64
Binary 11001001 111100 11001111 11 1000111 0 10011 100101010 111100 110100

Color Harmonies of #C93CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CCF

Black with #C93CCF

Text Example


Text Example

White with #C93CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CCF; }

 p { color: rgb(201,60,207); }

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

background-color css

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

 a { background-color: rgb(201,60,207); }

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

border-color css

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

 span { border-color: rgb(201,60,207); }

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