Html Css Color HEX #C652CF Fuchsia

📋 copy color: '#C652CF'

red 198 ◦ green 82 ◦ blue 207

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

Shades of Fuchsia #C652CF

Tints of Fuchsia #C652CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.84%

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

R = 40.66%
G = 16.84%
B = 42.51%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C652CF (or 0xC652CF) is known color: Fuchsia. HEX triplet: C6, 52 and CF. RGB value is (198,82,207). Sum of RGB (Red+Green+Blue) = 198+82+207=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #C652CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652CF is #39AD30. Grayscale: #828282. Windows color (decimal): -3779889 or 13587142. OLE color: 13587142.

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

Color convert

RGB 198 82 207 -
CMYK 0.04 0.60 0 0.19
HSL 295.68º 0.57% 0.57% -
HSV(B) 295.68º 0.6% 0.81% -
XYZ 37.57 22.55 61.4 -
YUV 130.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 198 82 207 0.04 0.60 0 0.19 295.68 0.57 0.57
Hex C6 52 CF 4 3C 0 13 128 39 39
Octal 306 122 317 4 74 0 23 450 71 71
Binary 11000110 1010010 11001111 100 111100 0 10011 100101000 111001 111001

Color Harmonies of #C652CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652CF

Black with #C652CF

Text Example


Text Example

White with #C652CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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