Html Css Color HEX #C650CC Fuchsia

📋 copy color: '#C650CC'

red 198 ◦ green 80 ◦ blue 204

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

Shades of Fuchsia #C650CC

Tints of Fuchsia #C650CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 41.08%
G = 16.6%
B = 42.32%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C650CC (or 0xC650CC) is known color: Fuchsia. HEX triplet: C6, 50 and CC. RGB value is (198,80,204). Sum of RGB (Red+Green+Blue) = 198+80+204=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #C650CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650CC is #39AF33. Grayscale: #818181. Windows color (decimal): -3780404 or 13390022. OLE color: 13390022.

HSL color Cylindrical-coordinate representation of color #C650CC: hue angle of 297.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C650CC is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 80 204 -
CMYK 0.03 0.61 0 0.2
HSL 297.1º 0.55% 0.56% -
HSV(B) 297.1º 0.61% 0.8% -
XYZ 37.06 22.1 59.44 -
YUV 129.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 198 80 204 0.03 0.61 0 0.2 297.1 0.55 0.56
Hex C6 50 CC 3 3D 0 14 129 37 38
Octal 306 120 314 3 75 0 24 451 67 70
Binary 11000110 1010000 11001100 11 111101 0 10100 100101001 110111 111000

Color Harmonies of #C650CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650CC

Black with #C650CC

Text Example


Text Example

White with #C650CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650CC; }

 p { color: rgb(198,80,204); }

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

background-color css

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

 a { background-color: rgb(198,80,204); }

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

border-color css

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

 span { border-color: rgb(198,80,204); }

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