Html Css Color HEX #CF63BB Fuchsia

📋 copy color: '#CF63BB'

red 207 ◦ green 99 ◦ blue 187

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

Shades of Fuchsia #CF63BB

Tints of Fuchsia #CF63BB

RGB

 RED value IS 207 (81.25% from 255) = 41.99%

 GREEN value IS 99 (39.06% from 255) = 20.08%

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 41.99%
G = 20.08%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF63BB (or 0xCF63BB) is known color: Fuchsia. HEX triplet: CF, 63 and BB. RGB value is (207,99,187). Sum of RGB (Red+Green+Blue) = 207+99+187=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63BB is #309C44. Grayscale: #8D8D8D. Windows color (decimal): -3185733 or 12280783. OLE color: 12280783.

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

Color convert

RGB 207 99 187 -
CMYK 0 0.52 0.10 0.19
HSL 311.11º 0.53% 0.6% -
HSV(B) 311.11º 0.52% 0.81% -
XYZ 39.16 25.78 49.93 -
YUV 141.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 207 99 187 0 0.52 0.10 0.19 311.11 0.53 0.6
Hex CF 63 BB 0 34 A 13 137 35 3C
Octal 317 143 273 0 64 12 23 467 65 74
Binary 11001111 1100011 10111011 0 110100 1010 10011 100110111 110101 111100

Color Harmonies of #CF63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63BB

Black with #CF63BB

Text Example


Text Example

White with #CF63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63BB; }

 p { color: rgb(207,99,187); }

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

background-color css

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

 a { background-color: rgb(207,99,187); }

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

border-color css

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

 span { border-color: rgb(207,99,187); }

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