Html Css Color HEX #FF37C4 Razzle Dazzle Rose

📋 copy color: '#FF37C4'

red 255 ◦ green 55 ◦ blue 196

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

Shades of Razzle Dazzle Rose #FF37C4

Tints of Razzle Dazzle Rose #FF37C4

RGB

 RED value IS 255 (100% from 255) = 50.4%

 GREEN value IS 55 (21.88% from 255) = 10.87%

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 50.4%
G = 10.87%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF37C4 (or 0xFF37C4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and C4. RGB value is (255,55,196). Sum of RGB (Red+Green+Blue) = 255+55+196=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37C4 is #00C83B. Grayscale: #828282. Windows color (decimal): -51260 or 12859391. OLE color: 12859391.

HSL color Cylindrical-coordinate representation of color #FF37C4: hue angle of 317.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF37C4 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 55 196 -
CMYK 0 0.78 0.23 0
HSL 317.7º 1% 0.61% -
HSV(B) 317.7º 0.78% 1% -
XYZ 52.57 27.98 54.85 -
YUV 130.87 164.76 216.54 -
System Red Green Blue C M Y K H S L
Decimal 255 55 196 0 0.78 0.23 0 317.7 1 0.61
Hex FF 37 C4 0 4E 17 0 13E 64 3D
Octal 377 67 304 0 116 27 0 476 144 75
Binary 11111111 110111 11000100 0 1001110 10111 0 100111110 1100100 111101

Color Harmonies of #FF37C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF37C4

Black with #FF37C4

Text Example


Text Example

White with #FF37C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF37C4; }

 p { color: rgb(255,55,196); }

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

background-color css

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

 a { background-color: rgb(255,55,196); }

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

border-color css

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

 span { border-color: rgb(255,55,196); }

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