Html Css Color HEX #CF30BB Fuchsia

📋 copy color: '#CF30BB'

red 207 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #CF30BB

Tints of Fuchsia #CF30BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

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

R = 46.83%
G = 10.86%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF30BB (or 0xCF30BB) is known color: Fuchsia. HEX triplet: CF, 30 and BB. RGB value is (207,48,187). Sum of RGB (Red+Green+Blue) = 207+48+187=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30BB is #30CF44. Grayscale: #6E6E6E. Windows color (decimal): -3198789 or 12267727. OLE color: 12267727.

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

Color convert

RGB 207 48 187 -
CMYK 0 0.77 0.10 0.19
HSL 307.55º 0.62% 0.5% -
HSV(B) 307.55º 0.77% 0.81% -
XYZ 35.76 18.97 48.79 -
YUV 111.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 207 48 187 0 0.77 0.10 0.19 307.55 0.62 0.5
Hex CF 30 BB 0 4D A 13 134 3E 32
Octal 317 60 273 0 115 12 23 464 76 62
Binary 11001111 110000 10111011 0 1001101 1010 10011 100110100 111110 110010

Color Harmonies of #CF30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30BB

Black with #CF30BB

Text Example


Text Example

White with #CF30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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