Html Css Color HEX #CB53CF Fuchsia

📋 copy color: '#CB53CF'

red 203 ◦ green 83 ◦ blue 207

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

Shades of Fuchsia #CB53CF

Tints of Fuchsia #CB53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

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

R = 41.18%
G = 16.84%
B = 41.99%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB53CF (or 0xCB53CF) is known color: Fuchsia. HEX triplet: CB, 53 and CF. RGB value is (203,83,207). Sum of RGB (Red+Green+Blue) = 203+83+207=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53CF is #34AC30. Grayscale: #848484. Windows color (decimal): -3451953 or 13587403. OLE color: 13587403.

HSL color Cylindrical-coordinate representation of color #CB53CF: hue angle of 298.06º degrees, saturation: 0.56, 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 #CB53CF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 83 207 -
CMYK 0.02 0.60 0 0.19
HSL 298.06º 0.56% 0.57% -
HSV(B) 298.06º 0.6% 0.81% -
XYZ 38.98 23.39 61.49 -
YUV 133.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 203 83 207 0.02 0.60 0 0.19 298.06 0.56 0.57
Hex CB 53 CF 2 3C 0 13 12A 38 39
Octal 313 123 317 2 74 0 23 452 70 71
Binary 11001011 1010011 11001111 10 111100 0 10011 100101010 111000 111001

Color Harmonies of #CB53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53CF

Black with #CB53CF

Text Example


Text Example

White with #CB53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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