Html Css Color HEX #C63CCF Fuchsia

📋 copy color: '#C63CCF'

red 198 ◦ green 60 ◦ blue 207

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

Shades of Fuchsia #C63CCF

Tints of Fuchsia #C63CCF

RGB

 RED value IS 198 (77.73% from 255) = 42.58%

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

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

R = 42.58%
G = 12.9%
B = 44.52%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C63CCF (or 0xC63CCF) is known color: Fuchsia. HEX triplet: C6, 3C and CF. RGB value is (198,60,207). Sum of RGB (Red+Green+Blue) = 198+60+207=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #C63CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CCF is #39C330. Grayscale: #757575. Windows color (decimal): -3785521 or 13581510. OLE color: 13581510.

HSL color Cylindrical-coordinate representation of color #C63CCF: hue angle of 296.33º 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 #C63CCF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 60 207 -
CMYK 0.04 0.71 0 0.19
HSL 296.33º 0.6% 0.52% -
HSV(B) 296.33º 0.71% 0.81% -
XYZ 36.17 19.74 60.94 -
YUV 118.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 198 60 207 0.04 0.71 0 0.19 296.33 0.6 0.52
Hex C6 3C CF 4 47 0 13 128 3C 34
Octal 306 74 317 4 107 0 23 450 74 64
Binary 11000110 111100 11001111 100 1000111 0 10011 100101000 111100 110100

Color Harmonies of #C63CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CCF

Black with #C63CCF

Text Example


Text Example

White with #C63CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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