Html Css Color HEX #CB48CF Fuchsia

📋 copy color: '#CB48CF'

red 203 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #CB48CF

Tints of Fuchsia #CB48CF

RGB

 RED value IS 203 (79.69% from 255) = 42.12%

 GREEN value IS 72 (28.52% from 255) = 14.94%

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

R = 42.12%
G = 14.94%
B = 42.95%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB48CF (or 0xCB48CF) is known color: Fuchsia. HEX triplet: CB, 48 and CF. RGB value is (203,72,207). Sum of RGB (Red+Green+Blue) = 203+72+207=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48CF is #34B730. Grayscale: #7E7E7E. Windows color (decimal): -3454769 or 13584587. OLE color: 13584587.

HSL color Cylindrical-coordinate representation of color #CB48CF: hue angle of 298.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB48CF is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 72 207 -
CMYK 0.02 0.65 0 0.19
HSL 298.22º 0.58% 0.55% -
HSV(B) 298.22º 0.65% 0.81% -
XYZ 38.21 21.84 61.23 -
YUV 126.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 203 72 207 0.02 0.65 0 0.19 298.22 0.58 0.55
Hex CB 48 CF 2 41 0 13 12A 3A 37
Octal 313 110 317 2 101 0 23 452 72 67
Binary 11001011 1001000 11001111 10 1000001 0 10011 100101010 111010 110111

Color Harmonies of #CB48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48CF

Black with #CB48CF

Text Example


Text Example

White with #CB48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48CF; }

 p { color: rgb(203,72,207); }

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

background-color css

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

 a { background-color: rgb(203,72,207); }

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

border-color css

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

 span { border-color: rgb(203,72,207); }

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